MathException.php
Namespace
Brick\Math\ExceptionFile
-
vendor/
brick/ math/ src/ Exception/ MathException.php
View source
<?php
declare (strict_types=1);
namespace Brick\Math\Exception;
/**
* Base class for all math exceptions.
*/
class MathException extends \Exception {
}
Classes
Title | Deprecated | Summary |
---|---|---|
MathException | Base class for all math exceptions. |