16 #import "OFException.h"
18 OF_ASSUME_NONNULL_BEGIN
40 @property (readonly, nonatomic)
OFIRI *IRI;
45 @property (readonly, nonatomic)
OFString *target;
50 @property (readonly, nonatomic)
int errNo;
60 + (instancetype)exceptionWithIRI: (
OFIRI *)IRI
64 + (instancetype)exception OF_UNAVAILABLE;
75 - (instancetype)initWithIRI: (
OFIRI *)IRI
77 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
79 - (instancetype)init OF_UNAVAILABLE;
An exception indicating that creating a symbolic link failed.
Definition: OFCreateSymbolicLinkFailedException.h:30
The base class for all exceptions in ObjFW.
Definition: OFException.h:151
A class for representing IRIs, URIs, URLs and URNs, for parsing them as well as accessing parts of th...
Definition: OFIRI.h:37
A class for handling strings.
Definition: OFString.h:135