@@ -76,11 +76,11 @@ @end /** * An OFException indicating there is not enough memory available. */ -@interface OFNoMemException: OFException +@interface OFOutOfMemoryException: OFException { size_t req_size; } /** @@ -108,11 +108,11 @@ @end /** * An OFException indicating the given memory is not part of the object. */ -@interface OFMemNotPartOfObjException: OFException +@interface OFMemoryNotPartOfObjectException: OFException { void *pointer; } /**