@@ -36,13 +36,13 @@ * \param class_ The class of the object which caused the exception * \param path A string with the path of the file tried to open * \param mode A string with the mode in which the file should have been opened * \return A new open file failed exception */ -+ newWithClass: (Class)class_ - path: (OFString*)path - mode: (OFString*)mode; ++ exceptionWithClass: (Class)class_ + path: (OFString*)path + mode: (OFString*)mode; /** * Initializes an already allocated open file failed exception. * * \param class_ The class of the object which caused the exception