@@ -37,13 +37,13 @@ * \param class_ The class of the object which caused the exception * \param source The source for the link * \param destination The destination for the link * \return A new link failed exception */ -+ exceptionWithClass: (Class)class_ - sourcePath: (OFString*)source - destinationPath: (OFString*)destination; ++ (instancetype)exceptionWithClass: (Class)class_ + sourcePath: (OFString*)source + destinationPath: (OFString*)destination; /** * Initializes an already allocated link failed exception. * * \param class_ The class of the object which caused the exception