16 #import "OFException.h"
19 OF_ASSUME_NONNULL_BEGIN
43 + (instancetype)exceptionWithLock: (nullable
id <
OFLocking>)lock;
51 - (instancetype)initWithLock: (nullable
id <
OFLocking>)lock
52 OF_DESIGNATED_INITIALIZER;
struct objc_object * id
A pointer to any object.
Definition: ObjFWRT.h:90
The base class for all exceptions in ObjFW.
Definition: OFException.h:147
An exception indicating that a lock is still locked.
Definition: OFStillLockedException.h:28
A protocol for locks.
Definition: OFLocking.h:25