17 #import "OFException.h"
33 #ifdef OF_HAVE_PROPERTIES
34 @property (readonly, copy)
OFString *path;
35 @property (readonly)
int errNo;
47 + (instancetype)exceptionWithPath: (
OFString*)path
A class for handling strings.
Definition: OFString.h:91
The base class for all exceptions in ObjFW.
Definition: OFException.h:144
An exception indicating that changing the current directory path failed.
Definition: OFChangeCurrentDirectoryPathFailedException.h:27