23 OF_ASSUME_NONNULL_BEGIN
31 @property (readonly, nonatomic)
OFString *condition;
32 @property OF_NULLABLE_PROPERTY (readonly, nonatomic)
OFString *message;
34 + (instancetype)exceptionWithCondition: (
OFString *)condition
35 message: (nullable
OFString *)message;
36 + (instancetype)exception OF_UNAVAILABLE;
37 - (instancetype)initWithCondition: (
OFString *)condition
38 message: (nullable
OFString *)message;
39 - (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