ObjPgSQL  PGConnectionFailedException.m at [8679c61b2c]

File src/exceptions/PGConnectionFailedException.m artifact b1115b7f5a part of check-in 8679c61b2c


#import "PGConnectionFailedException.h"

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