DBSQLAdapterException constructor

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

Implementation

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