17 #import "OFException.h"
31 #ifdef OF_HAVE_PROPERTIES
32 @property (readonly, copy)
OFString *path;
33 @property (readonly)
int errNo;
43 + (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 removing an item failed.
Definition: OFRemoveItemFailedException.h:25