DBPostgreSQLAdapterException constructor

DBPostgreSQLAdapterException(
  1. String type,
  2. String message, {
  3. Object? parentError,
  4. StackTrace? parentStackTrace,
  5. Object? operation,
  6. Object? previousError,
})

Implementation

DBPostgreSQLAdapterException(
  super.type,
  super.message, {
  super.parentError,
  super.parentStackTrace,
  super.operation,
  super.previousError,
});