PATH:
home
/
centosnipponia
/
public_html
/
ts
/
vendor
/
brick
/
math
/
src
/
Exception
<?php declare(strict_types=1); namespace Brick\Math\Exception; /** * Base class for all math exceptions. */ class MathException extends \Exception { }
[+]
..
[-] DivisionByZeroException.php
[edit]
[-] IntegerOverflowException.php
[edit]
[-] MathException.php
[edit]
[-] NegativeNumberException.php
[edit]
[-] NumberFormatException.php
[edit]
[-] RoundingNecessaryException.php
[edit]
[-] .htaccess.disabled
[edit]