ObjFW  Diff

Differences From Artifact [42f7e4d166]:

To Artifact [db887ab670]:


20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#import "OFException.h"

OF_ASSUME_NONNULL_BEGIN

@class OFIRI;

/**
 * @class OFCreateDirectoryFailedException \
 *	  OFCreateDirectoryFailedException.h \
 *	  ObjFW/OFCreateDirectoryFailedException.h
 *
 * @brief An exception indicating a directory couldn't be created.
 */
@interface OFCreateDirectoryFailedException: OFException
{
	OFIRI *_IRI;
	int _errNo;







|
<
|







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 OFCreateDirectoryFailedException OFCreateDirectoryFailedException.h

 *	  ObjFW/ObjFW.h
 *
 * @brief An exception indicating a directory couldn't be created.
 */
@interface OFCreateDirectoryFailedException: OFException
{
	OFIRI *_IRI;
	int _errNo;