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

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 {}