PostgreSQLException constructor
PostgreSQLException(
- String? message, {
- PostgreSQLSeverity? severity = PostgreSQLSeverity.error,
- StackTrace? stackTrace,
Implementation
PostgreSQLException(this.message,
{this.severity = PostgreSQLSeverity.error, this.stackTrace}) {
code = '';
}