matrix-php-sdk/src/Exceptions/ValidationException.php
2022-06-23 21:20:33 +10:00

10 lines
231 B
PHP

<?php
namespace Aryess\PhpMatrixSdk\Exceptions;
/**
* Simple exception to differentiate validation exception from other exceptions
*
* @package Aryess\PhpMatrixSdk\Exceptions
*/
class ValidationException extends \Exception {}