17 #import "OFException.h"
31 #ifdef OF_HAVE_PROPERTIES
32 @property (readonly, retain) id <OFLocking> lock;
41 + (instancetype)exceptionWithLock: (
id <
OFLocking>)lock;
A protocol for locks.
Definition: OFLocking.h:26
The base class for all exceptions in ObjFW.
Definition: OFException.h:144
An exception indicating that a lock is still locked.
Definition: OFStillLockedException.h:26