Artifact adaf1d5292724c01e2551d13ac64c04de8ae7f56bf2fba3ba54f7ebcd0f1dcce:
- File exceptions/PGException.h — part of check-in [de46b0e10c] at 2012-10-03 13:20:06 on branch trunk — Initial import. (user: js, size: 406) [annotate] [blame] [check-ins using] [more...]
#import <ObjFW/ObjFW.h> #import "PGConnection.h" @interface PGException: OFException { PGConnection *connection; } #ifdef OF_HAVE_PROPERTIES @property (readonly, retain, nonatomic) PGConnection *connection; #endif + exceptionWithClass: (Class)class_ connection: (PGConnection*)connection; - initWithClass: (Class)class_ connection: (PGConnection*)connection; - (PGConnection*)connection; @end