16#import "OFException.h"
18OF_ASSUME_NONNULL_BEGIN
36@property (readonly, nonatomic)
id object;
44+ (instancetype)exceptionWithObject: (
id)object;
46+ (instancetype)exception OF_UNAVAILABLE;
54- (instancetype)initWithObject: (
id)object OF_DESIGNATED_INITIALIZER;
56- (instancetype)init OF_UNAVAILABLE;
An exception indicating that an object is already open and thus cannot be opened again.
Definition OFAlreadyOpenException.h:28
The base class for all exceptions in ObjFW.
Definition OFException.h:151