@@ -37,13 +37,13 @@ * \param class_ The class of the object which caused the exception * \param request The HTTP request which failed * \param result The result of the failed HTTP request * \return A new HTTP request failed exception */ -+ newWithClass: (Class)class_ - HTTPRequest: (OFHTTPRequest*)request - result: (OFHTTPRequestResult*)result; ++ exceptionWithClass: (Class)class_ + HTTPRequest: (OFHTTPRequest*)request + result: (OFHTTPRequestResult*)result; /** * Initializes an already allocated HTTP request failed exception * * \param class_ The class of the object which caused the exception