17 #import "OFException.h"
26 @interface OFChangeOwnerFailedException:
OFException
32 #ifdef OF_HAVE_PROPERTIES
33 @property (readonly, copy)
OFString *path, *owner, *group;
34 @property (readonly)
int errNo;
46 + (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