@@ -20,12 +20,12 @@ #import "OFString.h" #import "OFNotImplementedException.h" @implementation OFInvalidJSONException -+ exceptionWithClass: (Class)class_ - line: (size_t)line ++ (instancetype)exceptionWithClass: (Class)class_ + line: (size_t)line { return [[[self alloc] initWithClass: class_ line: line] autorelease]; }