17 #import "OFException.h"
27 size_t _requestedSize;
30 #ifdef OF_HAVE_PROPERTIES
31 @property (readonly)
size_t requestedSize;
40 + (instancetype)exceptionWithRequestedSize: (
size_t)requestedSize;
48 - initWithRequestedSize: (
size_t)requestedSize;
55 - (size_t)requestedSize;
An exception indicating there is not enough memory available.
Definition: OFOutOfMemoryException.h:25
The base class for all exceptions in ObjFW.
Definition: OFException.h:144