/
home
/
sjslayjy
/
public_html
/
scm
/
vendor
/
markbaker
/
matrix
/
classes
/
src
/
Upload File
HOME
<?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 { }