17 #import "OFException.h" 19 OF_ASSUME_NONNULL_BEGIN
64 + (instancetype)exceptionWithPath: (
OFString *)path
69 -
init OF_UNAVAILABLE;
83 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
OFString * path
Definition: OFChangeOwnerFailedException.h:36
A class for handling strings.
Definition: OFString.h:114
int errNo
Definition: OFChangeOwnerFailedException.h:51
id init()
Initializes an already allocated object.
Definition: OFObject.m:488
readonly
Definition: OFChangeOwnerFailedException.h:41
The base class for all exceptions in ObjFW.
Definition: OFException.h:143
An exception indicating that changing the owner of an item failed.
Definition: OFChangeOwnerFailedException.h:27
instancetype exception()
Creates a new, autoreleased exception.
Definition: OFException.m:250