@@ -638,11 +638,11 @@ object = nextObject(&pointer, stop, &line); skipWhitespacesAndComments(&pointer, stop, &line); if (pointer < stop || object == nil) - @throw [OFInvalidJSONException exceptionWithClass: isa + @throw [OFInvalidJSONException exceptionWithClass: [self class] line: line]; return object; } @end