Differences From Artifact [de24e68bdc]:
- File exceptions/PGConnectionFailedException.m — part of check-in [8c8a431322] at 2013-02-13 23:40:59 on branch trunk — Prefix all ivars with an underscore. (user: js, size: 347) [annotate] [blame] [check-ins using]
To Artifact [b1115b7f5a]:
- File exceptions/PGConnectionFailedException.m — part of check-in [12b5ef483a] at 2013-07-23 14:11:42 on branch trunk — Improve exceptions. (user: js, size: 272) [annotate] [blame] [check-ins using]
- File src/exceptions/PGConnectionFailedException.m — part of check-in [8679c61b2c] at 2014-07-18 23:35:18 on branch trunk — Add a proper build system (user: js, size: 272) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 | - + - - - + | #import "PGConnectionFailedException.h" @implementation PGConnectionFailedException - (OFString*)description { return [OFString stringWithFormat: |