Files
huangjingfen/pro_v3.5.1/vendor/markbaker/matrix/classes/src/Div0Exception.php
panchengyong 7acbf45ff7 new files
2026-03-07 22:29:07 +08:00

14 lines
242 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 Div0Exception extends Exception
{
}