dokuwiki-matrixnotifierwas-plugin – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <?php |
2 | |||
3 | namespace MatrixPhp\Exceptions; |
||
4 | |||
5 | /** |
||
6 | * Simple exception to differentiate validation exception from other exceptions |
||
7 | * |
||
8 | * @package MatrixPhp\Exceptions |
||
9 | */ |
||
10 | class ValidationException extends \Exception {} |