PostgresqlException constructor
PostgresqlException(
- String message,
- String? connectionName, {
- ServerMessage? serverMessage,
- Object? exception,
Implementation
PostgresqlException(this.message, this.connectionName, {
this.serverMessage, this.exception});