Mailgun\Exception\HttpServerException::serverError PHP Method

serverError() public static method

public static serverError ( $httpStatus = 500 )
    public static function serverError($httpStatus = 500)
    {
        return new self('An unexpected error occurred at Mailgun\'s servers. Try again later and contact support of the error sill exists.', $httpStatus);
    }