22 OF_ASSUME_NONNULL_BEGIN
40 OF_SUBCLASSING_RESTRICTED
42 + (instancetype)exception OF_UNAVAILABLE;
43 - (instancetype)
init OF_UNAVAILABLE;
OFString * description()
Returns a description of the exception.
Definition: OFAllocFailedException.m:43
The root class for all other classes inside ObjFW.
Definition: OFObject.h:690
A class for handling strings.
Definition: OFString.h:142
instancetype init()
Initializes an already allocated object.
Definition: OFObject.m:696
An exception indicating an object could not be allocated.
Definition: OFAllocFailedException.h:41