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

10 lines
210 B
PHP
Raw Permalink Normal View History

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