Files
fast_response/admin/vendor/markbaker/matrix/classes/src/Exception.php
Your Name dce091da91 t
2025-03-27 07:52:44 +00:00

14 lines
239 B
PHP
Executable File

<?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
{
}