22 OF_ASSUME_NONNULL_BEGIN
41 @property (readonly, nonatomic)
SEL selector;
46 @property OF_NULLABLE_PROPERTY (readonly, nonatomic)
id object;
55 + (instancetype)exceptionWithSelector: (
SEL)selector
56 object: (nullable
id)object;
58 + (instancetype)exception OF_UNAVAILABLE;
67 - (instancetype)initWithSelector: (
SEL)selector
68 object: (nullable
id)object OF_DESIGNATED_INITIALIZER;
70 - (instancetype)init OF_UNAVAILABLE;
The base class for all exceptions in ObjFW.
Definition: OFException.h:157
An exception indicating that a method or part of it is not implemented.
Definition: OFNotImplementedException.h:32