16 #import "OFException.h" 19 OF_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;
id< OFLocking > lock
The lock which is still locked.
Definition: OFStillLockedException.h:36
The base class for all exceptions in ObjFW.
Definition: OFException.h:150
An exception indicating that a lock is still locked.
Definition: OFStillLockedException.h:27