Files
-S.I.S-QuaySo_v2/vendor/markbaker/matrix/classes/src/Exception.php
T
2026-03-26 09:28:14 +07:00

14 lines
252 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
{
}