shengchanzhe 5d7af114f8 init
2023-11-08 20:45:32 +08:00

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