@@ -58,19 +58,20 @@ * @return A new, autoreleased HTTP request failed exception */ + (instancetype)exceptionWithRequest: (OFHTTPRequest *)request response: (OFHTTPResponse *)response; -- init OF_UNAVAILABLE; +- (instancetype)init OF_UNAVAILABLE; /*! * @brief Initializes an already allocated HTTP request failed exception. * * @param request The HTTP request which failed * @param response The response for the failed HTTP request * @return A new HTTP request failed exception */ -- initWithRequest: (OFHTTPRequest *)request - response: (OFHTTPResponse *)response OF_DESIGNATED_INITIALIZER; +- (instancetype)initWithRequest: (OFHTTPRequest *)request + response: (OFHTTPResponse *)response + OF_DESIGNATED_INITIALIZER; @end OF_ASSUME_NONNULL_END