class MathException
Base class for all math exceptions.
Hierarchy
- class \Brick\Math\Exception\MathException extends \Brick\Math\Exception\Exception
Expanded class hierarchy of MathException
5 files declare their use of MathException
- BigDecimal.php in vendor/
brick/ math/ src/ BigDecimal.php - BigInteger.php in vendor/
brick/ math/ src/ BigInteger.php - BigNumber.php in vendor/
brick/ math/ src/ BigNumber.php - BigRational.php in vendor/
brick/ math/ src/ BigRational.php - BrickMathCalculator.php in vendor/
ramsey/ uuid/ src/ Math/ BrickMathCalculator.php
File
-
vendor/
brick/ math/ src/ Exception/ MathException.php, line 10
Namespace
Brick\Math\ExceptionView source
class MathException extends \Exception {
}