QueryException<T>.transport constructor

QueryException<T>.transport(
  1. String? message, {
  2. T? underlyingException,
})

Implementation

QueryException.transport(this.message, {this.underlyingException})
    : event = QueryExceptionEvent.transport,
      offendingItems = null;