namespace Brick\Math\Exception
Object name | File name | Summary |
---|---|---|
DivisionByZeroException | vendor/brick/math/src/Exception/DivisionByZeroException.php | Exception thrown when a division by zero occurs. |
IntegerOverflowException | vendor/brick/math/src/Exception/IntegerOverflowException.php | Exception thrown when an integer overflow occurs. |
MathException | vendor/brick/math/src/Exception/MathException.php | Base class for all math exceptions. |
NegativeNumberException | vendor/brick/math/src/Exception/NegativeNumberException.php | Exception thrown when attempting to perform an unsupported operation, such as a square root, on a negative number. |
NumberFormatException | vendor/brick/math/src/Exception/NumberFormatException.php | Exception thrown when attempting to create a number from a string with an invalid format. |
RoundingNecessaryException | vendor/brick/math/src/Exception/RoundingNecessaryException.php | Exception thrown when a number cannot be represented at the requested scale without rounding. |