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