menu
datapod_api package
documentation
exceptions.dart
QueryException
QueryException.new const constructor
QueryException.new const constructor
dark_mode
light_mode
QueryException
constructor
const
QueryException
(
String
message
, {
String
?
sql
,
Object
?
cause
,
})
Implementation
const QueryException(super.message, {this.sql, super.cause});
datapod_api package
documentation
exceptions
QueryException
QueryException.new const constructor
QueryException class