16 #import "OFException.h"
18 OF_ASSUME_NONNULL_BEGIN
36 @property (readonly, nonatomic)
SEL selector;
41 @property (readonly, nonatomic)
id object;
43 + (instancetype)exception OF_UNAVAILABLE;
52 + (instancetype)exceptionWithSelector: (
SEL)selector
53 object: (nullable
id)object;
55 - (instancetype)init OF_UNAVAILABLE;
64 - (instancetype)initWithSelector: (
SEL)selector
65 object: (nullable
id)object OF_DESIGNATED_INITIALIZER;
The base class for all exceptions in ObjFW.
Definition: OFException.h:147
An exception indicating that a method or part of it is not implemented.
Definition: OFNotImplementedException.h:28