22OF_ASSUME_NONNULL_BEGIN
39@property (readonly, nonatomic)
id object;
47+ (instancetype)exceptionWithObject: (
id)object;
57- (instancetype)initWithObject: (
id)object OF_DESIGNATED_INITIALIZER;
59- (instancetype)
init OF_UNAVAILABLE;
An exception indicating that an object is already open and thus cannot be opened again.
Definition OFAlreadyOpenException.h:31
The base class for all exceptions in ObjFW.
Definition OFException.h:157
instancetype exception()
Creates a new, autoreleased exception.
Definition OFException.m:283
instancetype init()
Initializes an already allocated object.
Definition OFObject.m:696