@@ -32,12 +32,12 @@ /** * \param class_ The class of the object which caused the exception * \param selector The selector which is not or not fully implemented * \return A new not implemented exception */ -+ newWithClass: (Class)class_ - selector: (SEL)selector; ++ exceptionWithClass: (Class)class_ + selector: (SEL)selector; /** * Initializes an already allocated not implemented exception. * * \param class_ The class of the object which caused the exception