Codebase list phpggc / 85a4a8a7-9bd2-4b8e-9eb3-08ea2db4ba7e/upstream/0.20221129 lib / PHPGGC / Exception.php
85a4a8a7-9bd2-4b8e-9eb3-08ea2db4ba7e/upstream/0.20221129

Tree @85a4a8a7-9bd2-4b8e-9eb3-08ea2db4ba7e/upstream/0.20221129 (Download .tar.gz)

Exception.php @85a4a8a7-9bd2-4b8e-9eb3-08ea2db4ba7e/upstream/0.20221129raw · history · blame

1
2
3
4
5
6
7
8
<?php

namespace PHPGGC;

class Exception extends \Exception
{
    
}