23 OF_ASSUME_NONNULL_BEGIN
32 id <OFLocking> _Nullable _lock;
39 @property OF_NULLABLE_PROPERTY (readonly, nonatomic) id <OFLocking> lock;
47 + (instancetype)exceptionWithLock: (nullable
id <
OFLocking>)lock;
55 - (instancetype)initWithLock: (nullable
id <
OFLocking>)lock
56 OF_DESIGNATED_INITIALIZER;
The base class for all exceptions in ObjFW.
Definition: OFException.h:156
An exception indicating that a lock is still locked.
Definition: OFStillLockedException.h:30