23 OF_ASSUME_NONNULL_BEGIN
30 @property OF_NULLABLE_PROPERTY (readonly, nonatomic)
OFString *message;
32 + (instancetype)exceptionWithMessage: (nullable
OFString *)message;
33 + (instancetype)exception OF_UNAVAILABLE;
34 - (instancetype)initWithMessage: (nullable
OFString *)message;
35 - (instancetype)init OF_UNAVAILABLE;
A class for handling strings.
Definition: OFString.h:142
The base class for all exceptions in ObjFW.
Definition: OFException.h:156