16 #import "OFException.h"
18 OF_ASSUME_NONNULL_BEGIN
38 @property (readonly, nonatomic)
OFIRI *IRI;
43 @property (readonly, nonatomic)
int errNo;
52 + (instancetype)exceptionWithIRI: (
OFIRI *)IRI errNo: (
int)errNo;
54 + (instancetype)exception OF_UNAVAILABLE;
63 - (instancetype)initWithIRI: (
OFIRI *)IRI
64 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
66 - (instancetype)init OF_UNAVAILABLE;
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
An exception indicating that removing an item failed.
Definition: OFRemoveItemFailedException.h:29