matrix-php-sdk/src/Exceptions/ValidationException.php

10 lines
231 B
PHP
Raw Normal View History

2018-11-27 13:30:54 +01:00
<?php
namespace Aryess\PhpMatrixSdk\Exceptions;
/**
* Simple exception to differentiate validation exception from other exceptions
*
* @package Aryess\PhpMatrixSdk\Exceptions
*/
class ValidationException extends \Exception {}