20#import "OFException.h"
22OF_ASSUME_NONNULL_BEGIN
40@property (readonly, nonatomic)
id object;
48+ (instancetype)exceptionWithObject: (
id)object;
50+ (instancetype)exception OF_UNAVAILABLE;
58- (instancetype)initWithObject: (
id)object OF_DESIGNATED_INITIALIZER;
60- (instancetype)init OF_UNAVAILABLE;
An exception indicating that an object is already open and thus cannot be opened again.
Definition OFAlreadyOpenException.h:32
The base class for all exceptions in ObjFW.
Definition OFException.h:155