@@ -34,12 +34,12 @@ /** * \param class_ The class of the object which caused the exception * \param url The URL whose protocol is unsupported * \return A new unsupported protocol exception */ -+ newWithClass: (Class)class_ - URL: (OFURL*)url; ++ exceptionWithClass: (Class)class_ + URL: (OFURL*)url; /** * Initializes an already allocated unsupported protocol exception * * \param class_ The class of the object which caused the exception