Differences From Artifact [514f0511f6]:
- File src/exceptions/PGConnectionFailedException.h — part of check-in [31c5599df5] at 2024-08-11 09:22:44 on branch trunk — Change license to unmodified ISC (user: js, size: 962) [annotate] [blame] [check-ins using]
To Artifact [1a9ea18919]:
- File src/exceptions/PGConnectionFailedException.h — part of check-in [e4c8de38e0] at 2024-08-11 17:45:27 on branch trunk — Add documentation (user: js, size: 1134) [annotate] [blame] [check-ins using]
︙ | |||
16 17 18 19 20 21 22 23 24 25 26 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | + + + + + + | * PERFORMANCE OF THIS SOFTWARE. */ #import "PGException.h" OF_ASSUME_NONNULL_BEGIN /** * @class PGConnectionFailedException PGConnectionFailedException.h * PgSQL/PgSQL.h * * @brief An exception indicating that connecting to the database failed. */ @interface PGConnectionFailedException: PGException @end OF_ASSUME_NONNULL_END |