Differences From Artifact [9dd47748a5]:
- File src/exceptions/PGException.h — part of check-in [406d3f822e] at 2017-05-10 23:59:18 on branch trunk — Add a license (user: js, size: 1527) [annotate] [blame] [check-ins using]
To Artifact [9661557133]:
- File src/exceptions/PGException.h — part of check-in [491b090606] at 2018-11-06 21:45:03 on branch trunk — Modernize coding style (user: js, size: 1571) [annotate] [blame] [check-ins using]
︙ | |||
32 33 34 35 36 37 38 | 32 33 34 35 36 37 38 39 40 41 42 43 | - + + | PGConnection *_connection; OFString *_error; } @property (readonly, nonatomic) PGConnection *connection; + (instancetype)exceptionWithConnection: (PGConnection *)connection; |