menu
postgres package
documentation
postgres.dart
PgException
PgException.new constructor
PgException.new constructor
dark_mode
light_mode
PgException
constructor
PgException
(
String
message
, {
Severity
severity
=
Severity.error
,
})
Implementation
PgException(this.message, {this.severity = Severity.error});
postgres package
documentation
postgres
PgException
PgException.new constructor
PgException class