ObjFW  Diff

Differences From Artifact [c328d99e4a]:

To Artifact [312ac1aa5b]:


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 OFChangeCurrentDirectoryFailedException \
 *	  OFChangeCurrentDirectoryFailedException.h \
 *	  ObjFW/OFChangeCurrentDirectoryFailedException.h
 *
 * @brief An exception indicating that changing the current directory path
 *	  failed.
 */
@interface OFChangeCurrentDirectoryFailedException: OFException
{
	OFString *_path;







|
|
<







18
19
20
21
22
23
24
25
26

27
28
29
30
31
32
33
 */

#import "OFException.h"

OF_ASSUME_NONNULL_BEGIN

/**
 * @class OFChangeCurrentDirectoryFailedException
 *	  OFChangeCurrentDirectoryFailedException.h ObjFW/ObjFW.h

 *
 * @brief An exception indicating that changing the current directory path
 *	  failed.
 */
@interface OFChangeCurrentDirectoryFailedException: OFException
{
	OFString *_path;