PostgresqlException constructor

PostgresqlException(
  1. String message,
  2. String? connectionName, {
  3. ServerMessage? serverMessage,
  4. Object? exception,
})

Implementation

PostgresqlException(this.message, this.connectionName, {
  this.serverMessage, this.exception});