Files
zyt/server/vendor/markbaker/matrix/classes/src/Div0Exception.php
T
2026-05-11 17:49:38 +08:00

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