Differences From Artifact [7c949dbe9f]:
- File src/exceptions/OFOpenFileFailedException.h — part of check-in [3b97fc3cd9] at 2014-01-04 00:24:08 on branch trunk — Update copyright. (user: js, size: 2129) [annotate] [blame] [check-ins using]
To Artifact [ef70ae07a4]:
- File src/exceptions/OFOpenFileFailedException.h — part of check-in [246cfe0807] at 2014-02-18 18:50:30 on branch trunk — Documentation: Show correct imports (user: js, size: 2237) [annotate] [blame] [check-ins using]
︙ | |||
15 16 17 18 19 20 21 22 23 24 25 26 27 28 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | + + + | */ #include <errno.h> #import "OFException.h" /*! * @class OFOpenFileFailedException \ * OFOpenFileFailedException.h ObjFW/OFOpenFileFailedException.h * * @brief An exception indicating a file couldn't be opened. */ @interface OFOpenFileFailedException: OFException { OFString *_path, *_mode; int _errNo; } |
︙ |