Mailgun\Exception\HttpServerException::unknownHttpResponseCode PHP Method

unknownHttpResponseCode() public static method

public static unknownHttpResponseCode ( $code )
    public static function unknownHttpResponseCode($code)
    {
        return new self(sprintf('Unknown HTTP response code ("%d") received from the API server', $code));
    }