ObjPgSQL  Artifact [386de510d2]

Artifact 386de510d29ad1ee305366437b7b3384e08f9c13636eebc3ed9f6009a0ba5714:


#import "PGConnectionFailedException.h"

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