Overview
Comment: | Minor documentation improvement |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4a11efb8df34bdea06109bdcfe411c32 |
User & Date: | js on 2024-08-11 18:16:17 |
Other Links: | manifest | tags |
Context
2024-08-17
| ||
00:32 | Include includedir in .oc file Leaf check-in: 86f27a3ae3 user: js tags: trunk | |
2024-08-11
| ||
18:16 | Minor documentation improvement check-in: 4a11efb8df user: js tags: trunk | |
12:05 | Set version to 1.0 check-in: cad44bcb35 user: js tags: trunk, 1.0-release | |
Changes
Modified src/exceptions/SL3Exception.h from [20362e9a91] to [c4946ea42a].
︙ | |||
44 45 46 47 48 49 50 | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | - - + + - - + + | @property (readonly, nonatomic) int errorCode; + (instancetype)exception OF_UNAVAILABLE; /** * @brief Creates a new SQLite3 exception. * |