Mailgun\Assert::reportInvalidArgument PHP Method

reportInvalidArgument() protected static method

protected static reportInvalidArgument ( $message )
    protected static function reportInvalidArgument($message)
    {
        throw new InvalidArgumentException($message);
    }