Files
faveo/vendor/markbaker/matrix/classes/src/Exception.php
RafficMohammed da241bacb6 updated-packages
2023-01-08 00:13:22 +05:30

14 lines
239 B
PHP

<?php
/**
* Exception.
*
* @copyright Copyright (c) 2013-2018 Mark Baker (https://github.com/MarkBaker/PHPMatrix)
* @license https://opensource.org/licenses/MIT MIT
*/
namespace Matrix;
class Exception extends \Exception
{
}