Artifact bd6baa8db95f2b9e07fca6dc2b3ff974054a98c9f16206d10db02279bbe913b4:
- File exceptions/PGCommandFailedException.h — part of check-in [8c8a431322] at 2013-02-13 23:40:59 on branch trunk — Prefix all ivars with an underscore. (user: js, size: 434) [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