QueryException constructor

const QueryException(
  1. String message, {
  2. String? sql,
  3. Object? cause,
})

Implementation

const QueryException(super.message, {this.sql, super.cause});