22OF_ASSUME_NONNULL_BEGIN
35 OFIRI *_Nullable _IRI;
42@property OF_NULLABLE_PROPERTY (readonly, nonatomic)
OFIRI *IRI;
50+ (instancetype)exceptionWithIRI: (nullable
OFIRI*)IRI;
58- (instancetype)initWithIRI: (nullable
OFIRI*)IRI OF_DESIGNATED_INITIALIZER;
The base class for all exceptions in ObjFW.
Definition OFException.h:157
A class for representing IRIs, URIs, URLs and URNs, for parsing them as well as accessing parts of th...
Definition OFIRI.h:41
An exception indicating that the protocol specified by the IRI is not supported.
Definition OFUnsupportedProtocolException.h:34