16 #import "OFException.h"
18 OF_ASSUME_NONNULL_BEGIN
39 @property (readonly, nonatomic)
OFString *path;
44 @property (readonly, nonatomic)
int errNo;
55 + (instancetype)exceptionWithPath: (
OFString *)path errNo: (
int)errNo;
57 + (instancetype)exception OF_UNAVAILABLE;
67 - (instancetype)initWithPath: (
OFString *)path
68 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
70 - (instancetype)init OF_UNAVAILABLE;
An exception indicating that changing the current directory path failed.
Definition: OFChangeCurrentDirectoryFailedException.h:29
The base class for all exceptions in ObjFW.
Definition: OFException.h:151
A class for handling strings.
Definition: OFString.h:135