ObjFW  Diff

Differences From Artifact [5adfc1a786]:

To Artifact [a24916bb84]:


20
21
22
23
24
25
26
27

28
29

30
31
32
33
34
35
36
20
21
22
23
24
25
26

27


28
29
30
31
32
33
34
35







-
+
-
-
+







#import "OFException.h"

OF_ASSUME_NONNULL_BEGIN

@class OFIRI;

/**
 * @class OFUnsupportedProtocolException \
 * @class OFUnsupportedProtocolException OFUnsupportedProtocolException.h
 *	  OFUnsupportedProtocolException.h \
 *	  ObjFW/OFUnsupportedProtocolException.h
 *	  ObjFW/ObjFW.h
 *
 * @brief An exception indicating that the protocol specified by the IRI is not
 *	  supported.
 */
@interface OFUnsupportedProtocolException: OFException
{
	OFIRI *_Nullable _IRI;