ObjPgSQL  PGConnectionFailedException.m at [fc8e42990e]

File src/exceptions/PGConnectionFailedException.m artifact 386de510d2 part of check-in fc8e42990e


#import "PGConnectionFailedException.h"

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