18OF_ASSUME_NONNULL_BEGIN
37OF_SUBCLASSING_RESTRICTED
39+ (instancetype)exception OF_UNAVAILABLE;
40- (instancetype)
init OF_UNAVAILABLE;
An exception indicating an object could not be allocated.
Definition OFAllocFailedException.h:39
OFString * description()
Returns a description of the exception.
Definition OFAllocFailedException.m:39
The root class for all other classes inside ObjFW.
Definition OFObject.h:688
instancetype init()
Initializes an already allocated object.
Definition OFObject.m:586
A class for handling strings.
Definition OFString.h:135