@@ -34,12 +34,12 @@ * \param class_ The class of the object which caused the exception * \param path A string with the path of the directory to which couldn't be * changed * \return A new change directory failed exception */ -+ newWithClass: (Class)class_ - path: (OFString*)path; ++ exceptionWithClass: (Class)class_ + path: (OFString*)path; /** * Initializes an already allocated change directory failed exception. * * \param class_ The class of the object which caused the exception