ObjFW  Diff

Differences From Artifact [c86c2ee31f]:

To Artifact [9395afe131]:


18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
 */

#import "OFException.h"

OF_ASSUME_NONNULL_BEGIN

/**
 * @class OFGetCurrentDirectoryFailedException \
 *	  OFGetCurrentDirectoryFailedException.h \
 *	  ObjFW/OFGetCurrentDirectoryFailedException.h
 *
 * @brief An exception indicating that getting the current directory path
 *	  failed.
 */
@interface OFGetCurrentDirectoryFailedException: OFException
{
	int _errNo;







|
|
<







18
19
20
21
22
23
24
25
26

27
28
29
30
31
32
33
 */

#import "OFException.h"

OF_ASSUME_NONNULL_BEGIN

/**
 * @class OFGetCurrentDirectoryFailedException
 *	  OFGetCurrentDirectoryFailedException.h ObjFW/ObjFW.h

 *
 * @brief An exception indicating that getting the current directory path
 *	  failed.
 */
@interface OFGetCurrentDirectoryFailedException: OFException
{
	int _errNo;