Mailgun\Exception\HttpClientException::unauthorized PHP Method

unauthorized() public static method

public static unauthorized ( )
    public static function unauthorized()
    {
        return new self('Your credentials are incorrect.', 401);
    }