ObjFW  Diff

Differences From Artifact [8e5eb876c7]:

To Artifact [30be5f43f5]:


24
25
26
27
28
29
30

31
32
33
34
35
36
37
 *
 * @brief An exception indicating that getting the current directory path
 *	  failed.
 */
@interface OFGetCurrentDirectoryPathFailedException: OFException
{
	int _errNo;

}

/**
 * @brief The errno of the error that occurred.
 */
@property (readonly, nonatomic) int errNo;








>







24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
 *
 * @brief An exception indicating that getting the current directory path
 *	  failed.
 */
@interface OFGetCurrentDirectoryPathFailedException: OFException
{
	int _errNo;
	OF_RESERVE_IVARS(OFGetCurrentDirectoryPathFailedException, 4)
}

/**
 * @brief The errno of the error that occurred.
 */
@property (readonly, nonatomic) int errNo;