22OF_ASSUME_NONNULL_BEGIN
31 size_t _requestedSize;
46+ (instancetype)exceptionWithRequestedSize: (
size_t)requestedSize;
54- (instancetype)initWithRequestedSize: (
size_t)requestedSize
55 OF_DESIGNATED_INITIALIZER;
The base class for all exceptions in ObjFW.
Definition OFException.h:157
An exception indicating there is not enough memory available.
Definition OFOutOfMemoryException.h:30
size_t requestedSize
The size of the memory that could not be allocated.
Definition OFOutOfMemoryException.h:38