16 #import "OFException.h" 18 OF_ASSUME_NONNULL_BEGIN
35 @property (readonly, nonatomic)
id object;
43 + (instancetype)exceptionWithObject: (
id)object;
45 + (instancetype)exception OF_UNAVAILABLE;
53 - (instancetype)initWithObject: (
id)object OF_DESIGNATED_INITIALIZER;
55 - (instancetype)init OF_UNAVAILABLE;
An exception indicating that the hash has not been calculated yet.
Definition: OFHashNotCalculatedException.h:26
The base class for all exceptions in ObjFW.
Definition: OFException.h:150