16 #import "OFException.h" 18 OF_ASSUME_NONNULL_BEGIN
37 @property (readonly, nonatomic)
int errNo;
46 + (instancetype)exceptionWithErrNo: (
int)errNo;
48 + (instancetype)exception OF_UNAVAILABLE;
57 - (instancetype)initWithErrNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
59 - (instancetype)init OF_UNAVAILABLE;
An exception indicating that getting the current directory path failed.
Definition: OFGetCurrentDirectoryFailedException.h:28
The base class for all exceptions in ObjFW.
Definition: OFException.h:150