@@ -33,12 +33,12 @@ /** * \param class_ The class of the object which caused the exception * \param thread The thread which is still running * \return A new thread still running exception */ -+ exceptionWithClass: (Class)class_ - thread: (OFThread*)thread; ++ (instancetype)exceptionWithClass: (Class)class_ + thread: (OFThread*)thread; /** * Initializes an already allocated thread still running exception. * * \param class_ The class of the object which caused the exception