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