PgException constructor

PgException(
  1. String message, {
  2. Severity severity = Severity.error,
})

Implementation

PgException(this.message, {this.severity = Severity.error});