@@ -35,12 +35,12 @@ /** * \param class_ The class of the object which caused the exception * \param socket The socket which could not accept a connection * \return A new accept failed exception */ -+ newWithClass: (Class)class_ - socket: (OFTCPSocket*)socket; ++ exceptionWithClass: (Class)class_ + socket: (OFTCPSocket*)socket; /** * Initializes an already allocated accept failed exception. * * \param class_ The class of the object which caused the exception