16#import "OFException.h"
18OF_ASSUME_NONNULL_BEGIN
28 size_t _requestedSize;
35@property (readonly, nonatomic)
size_t requestedSize;
43+ (instancetype)exceptionWithRequestedSize: (
size_t)requestedSize;
51- (instancetype)initWithRequestedSize: (
size_t)requestedSize
52 OF_DESIGNATED_INITIALIZER;
The base class for all exceptions in ObjFW.
Definition OFException.h:151
An exception indicating there is not enough memory available.
Definition OFOutOfMemoryException.h:27