17 #import "OFException.h"
32 #ifdef OF_HAVE_PROPERTIES
33 @property (readonly)
SEL selector;
34 @property (readonly, retain)
id object;
44 + (instancetype)exceptionWithSelector: (
SEL)selector
54 - initWithSelector: (
SEL)selector
An exception indicating that a method or part of it is not implemented.
Definition: OFNotImplementedException.h:26
The base class for all exceptions in ObjFW.
Definition: OFException.h:144