ObjPgSQL  Artifact [b1115b7f5a]

Artifact b1115b7f5a404d12004da19dfe45f8d349c0381cf10d62eb37b1ecdf11686b12:


#import "PGConnectionFailedException.h"

@implementation PGConnectionFailedException
- (OFString*)description
{
	return [OFString stringWithFormat:
	    @"Establishing a PostgreSQL connection failed:\n%@\n"
	    "Parameters: %@", _error, [_connection parameters]];
}
@end