????
Current Path : /home/thenclexdoctor.com/.trash/vendor/moneyphp/money/src/Exception/ |
Current File : /home/thenclexdoctor.com/.trash/vendor/moneyphp/money/src/Exception/InvalidArgumentException.php |
<?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'); } }
Sorry, this page is not available...