17 #import "OFException.h"
34 #ifdef OF_HAVE_PROPERTIES
35 @property (readonly, retain)
OFURL *URL;
44 + (instancetype)exceptionWithURL: (
OFURL*)URL;
52 - initWithURL: (
OFURL*)URL;
An exception indicating that the protocol specified by the URL is not supported.
Definition: OFUnsupportedProtocolException.h:29
A class for parsing URLs and accessing parts of it.
Definition: OFURL.h:29
The base class for all exceptions in ObjFW.
Definition: OFException.h:144