@@ -31,12 +31,12 @@ /** * \param class_ The class of the object which caused the exception * \param size The size of the memory that couldn't be allocated * \return A new no memory exception */ -+ newWithClass: (Class)class_ - requestedSize: (size_t)size; ++ exceptionWithClass: (Class)class_ + requestedSize: (size_t)size; /** * Initializes an already allocated no memory exception. * * \param class_ The class of the object which caused the exception