@@ -102,10 +102,16 @@ - (OFString*)string { return string; } + +- autorelease +{ + @throw [OFNotImplementedException newWithClass: isa + selector: _cmd]; +} @end @implementation OFOutOfMemoryException + newWithClass: (Class)class__ size: (size_t)size