Differences From Artifact [bfb4590c76]:
- File exceptions/PGConnectionFailedException.h — part of check-in [de46b0e10c] at 2012-10-03 13:20:06 on branch trunk — Initial import. (user: js, size: 82) [annotate] [blame] [check-ins using]
- File src/exceptions/PGConnectionFailedException.h — part of check-in [8679c61b2c] at 2014-07-18 23:35:18 on branch trunk — Add a proper build system (user: js, size: 82) [annotate] [blame] [check-ins using]
To Artifact [57af5c1f34]:
- File src/exceptions/PGConnectionFailedException.h — part of check-in [fc8e42990e] at 2017-05-09 23:19:20 on branch trunk — Adjust to recent ObjFW changes (user: js, size: 130) [annotate] [blame] [check-ins using]
1 2 3 4 | #import "PGException.h" @interface PGConnectionFailedException: PGException @end | > > > > | 1 2 3 4 5 6 7 8 | #import "PGException.h" OF_ASSUME_NONNULL_BEGIN @interface PGConnectionFailedException: PGException @end OF_ASSUME_NONNULL_END |