dokuwiki-matrixnotifierwas-plugin – Rev 1
?pathlinks?
<?php
namespace MatrixPhp\Exceptions;
/**
* Simple exception to differentiate validation exception from other exceptions
*
* @package MatrixPhp\Exceptions
*/
class ValidationException extends \Exception {}