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

10 lines
219 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
*/
abstract class MatrixException extends \Exception {}