@@ -25,17 +25,11 @@ * This is the only exception that is not an OFException as it's special. * It does not know for which class allocation failed and it should not be * handled like other exceptions, as the exception handling code is not * allowed to allocate ANY memory. */ -@interface OFAllocFailedException -{ - Class isa; -} - -+ (Class)class; - +@interface OFAllocFailedException: OFObject /** * \return An error message for the exception as a string */ - (OFString*)string; @end