File manager - Edit - /home/asiatechinc/public_html/bhrhotelsindia.com/vendor/moneyphp/money/src/Exception/InvalidArgumentException.php
Back
<?php declare(strict_types=1); namespace Money\Exception; use InvalidArgumentException as CoreInvalidArgumentException; use Money\Exception; final class InvalidArgumentException extends CoreInvalidArgumentException implements Exception { /** @psalm-pure */ public static function divisionByZero(): self { return new self('Cannot compute division with a zero divisor'); } /** @psalm-pure */ public static function moduloByZero(): self { return new self('Cannot compute modulo with a zero divisor'); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings