File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/brick/math/src/Exception
Upload
[..]
DivisionByZeroException.php (721 B)
Edit
Rename
Del
IntegerOverflowException.php (597 B)
Edit
Rename
Del
MathException.php (185 B)
Edit
Rename
Del
NegativeNumberException.php (254 B)
Edit
Rename
Del
RoundingNecessaryException.php (458 B)
Edit
Rename
Del
Edit: MathException.php
<?php declare(strict_types=1); namespace Brick\Math\Exception; use RuntimeException; /** * Base class for all math exceptions. */ class MathException extends RuntimeException { }
Simpan