16#import "OFException.h"
18OF_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;
The base class for all exceptions in ObjFW.
Definition OFException.h:151
An exception indicating that the hash has not been calculated yet.
Definition OFHashNotCalculatedException.h:27