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