16 #import "OFException.h"
18 OF_ASSUME_NONNULL_BEGIN
35 @property (readonly, nonatomic)
id object;
37 + (instancetype)exception OF_UNAVAILABLE;
45 + (instancetype)exceptionWithObject: (
id)object;
47 - (instancetype)init OF_UNAVAILABLE;
55 - (instancetype)initWithObject: (
id)object OF_DESIGNATED_INITIALIZER;
The base class for all exceptions in ObjFW.
Definition: OFException.h:147
An exception indicating that the hash has already been calculated.
Definition: OFHashAlreadyCalculatedException.h:28