22OF_ASSUME_NONNULL_BEGIN
39@property (readonly, nonatomic)
id object;
47+ (instancetype)exceptionWithObject: (
id)object;
49+ (instancetype)exception OF_UNAVAILABLE;
57- (instancetype)initWithObject: (
id)object OF_DESIGNATED_INITIALIZER;
59- (instancetype)init OF_UNAVAILABLE;
The base class for all exceptions in ObjFW.
Definition OFException.h:157
An exception indicating that the hash has already been calculated.
Definition OFHashAlreadyCalculatedException.h:31