16#import "OFException.h"
19OF_ASSUME_NONNULL_BEGIN
29 id <OFLocking> _Nullable _lock;
36@property OF_NULLABLE_PROPERTY (readonly, nonatomic) id <OFLocking> lock;
44+ (instancetype)exceptionWithLock: (nullable
id <OFLocking>)lock;
52- (instancetype)initWithLock: (nullable
id <OFLocking>)lock
53 OF_DESIGNATED_INITIALIZER;
The base class for all exceptions in ObjFW.
Definition OFException.h:151
An exception indicating that a lock is still locked.
Definition OFStillLockedException.h:28