@@ -19,10 +19,15 @@ #import "OFNotImplementedException.h" #import "OFString.h" @implementation OFNotImplementedException @synthesize selector = _selector, object = _object; + ++ (instancetype)exception +{ + OF_UNRECOGNIZED_SELECTOR +} + (instancetype)exceptionWithSelector: (SEL)selector object: (id)object { return [[[self alloc] initWithSelector: selector