16 #import "OFException.h"
18 OF_ASSUME_NONNULL_BEGIN
38 @property (readonly, nonatomic)
OFURL *URL;
46 + (instancetype)exceptionWithURL: (
OFURL*)URL;
54 - (instancetype)initWithURL: (
OFURL*)URL OF_DESIGNATED_INITIALIZER;
The base class for all exceptions in ObjFW.
Definition: OFException.h:147
A class for parsing URLs and accessing parts of it.
Definition: OFURL.h:34
An exception indicating that the protocol specified by the URL is not supported.
Definition: OFUnsupportedProtocolException.h:31