Files
faveo/vendor/markbaker/matrix/classes/src/Div0Exception.php
RafficMohammed da241bacb6 updated-packages
2023-01-08 00:13:22 +05:30

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