22OF_ASSUME_NONNULL_BEGIN
40@property (readonly, nonatomic)
SEL selector;
45@property OF_NULLABLE_PROPERTY (readonly, nonatomic)
id object;
54+ (instancetype)exceptionWithSelector: (
SEL)selector
55 object: (nullable
id)object;
57+ (instancetype)exception OF_UNAVAILABLE;
66- (instancetype)initWithSelector: (
SEL)selector
67 object: (nullable
id)object OF_DESIGNATED_INITIALIZER;
69- (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:31