@@ -100,11 +100,11 @@ { return string; } @end -@implementation OFNoMemException +@implementation OFOutOfMemoryException + newWithClass: (Class)class_ andSize: (size_t)size { return [[self alloc] initWithClass: class_ andSize: size]; @@ -136,11 +136,11 @@ { return req_size; } @end -@implementation OFMemNotPartOfObjException +@implementation OFMemoryNotPartOfObjectException + newWithClass: (Class)class_ andPointer: (void*)ptr { return [[self alloc] initWithClass: class_ andPointer: ptr];