17 #import "OFException.h"
32 #ifdef OF_HAVE_PROPERTIES
33 @property (readonly)
void *pointer;
34 @property (readonly, retain)
id object;
44 + (instancetype)exceptionWithPointer: (
void*)pointer
54 - initWithPointer: (
void*)pointer
The base class for all exceptions in ObjFW.
Definition: OFException.h:144
An exception indicating the given memory is not part of the object.
Definition: OFMemoryNotPartOfObjectException.h:26