@@ -23,12 +23,12 @@ #import "OFNotImplementedException.h" #import "common.h" @implementation OFSetOptionFailedException -+ exceptionWithClass: (Class)class_ - stream: (OFStream*)stream ++ (instancetype)exceptionWithClass: (Class)class_ + stream: (OFStream*)stream { return [[[self alloc] initWithClass: class_ stream: stream] autorelease]; }