mantis-matrix-integration – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <?php |
2 | |||
3 | namespace MatrixPhp\Exceptions; |
||
4 | |||
5 | /** |
||
6 | * A generic Matrix error. Specific errors will subclass this. |
||
7 | * |
||
8 | * @package MatrixPhp\Exceptions |
||
9 | */ |
||
10 | class MatrixException extends \Exception {} |