16 #import "OFException.h"
18 OF_ASSUME_NONNULL_BEGIN
36 @property OF_NULLABLE_PROPERTY (readonly, nonatomic) Class inClass;
44 + (instancetype)exceptionWithClass: (nullable Class)class_;
52 - (instancetype)initWithClass: (nullable Class)class_ OF_DESIGNATED_INITIALIZER;
The base class for all exceptions in ObjFW.
Definition: OFException.h:151
An exception indicating that initializing something failed.
Definition: OFInitializationFailedException.h:28