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

10 lines
210 B
PHP
Raw Normal View History

2018-11-27 11:40:33 +00:00
<?php
namespace Aryess\PhpMatrixSdk\Exceptions;
/**
* A generic Matrix error. Specific errors will subclass this.
*
* @package Aryess\PhpMatrixSdk\Exceptions
*/
2018-11-28 08:57:53 +00:00
class MatrixException extends \Exception {}