????

Your IP : 18.219.224.246


Current Path : /home/thenclexdoctor.com/.trash/vendor/moneyphp/money/src/Exception/
Upload File :
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');
    }
}

Page not found | The NCLEX Doctor

Page not found!

Sorry, this page is not available...