@@ -31,12 +31,12 @@ /** * \param class_ The class of the object which caused the exception * \param selector The selector which doesn't accept the argument * \return A new invalid argument exception */ -+ newWithClass: (Class)class_ - selector: (SEL)selector; ++ exceptionWithClass: (Class)class_ + selector: (SEL)selector; /** * Initializes an already allocated invalid argument exception * * \param class_ The class of the object which caused the exception