QueryException<T> constructor
QueryException<T> (
- QueryExceptionEvent event, {
- String? message,
- T? underlyingException,
- List<
String> ? offendingItems,
Implementation
QueryException(
this.event, {
this.message,
this.underlyingException,
this.offendingItems,
});