@@ -32,12 +32,12 @@ /** * \param class_ The class of the object which caused the exception * \param object The object which was mutated during enumeration * \return A new enumeration mutation exception */ -+ exceptionWithClass: (Class)class_ - object: (id)object; ++ (instancetype)exceptionWithClass: (Class)class_ + object: (id)object; /** * Initializes an already allocated enumeration mutation exception. * * \param class_ The class of the object which caused the exception