CollQLException constructor

CollQLException(
  1. String message, {
  2. StackTrace? stackTrace,
  3. dynamic cause,
})

Implementation

CollQLException(this.message, {StackTrace? stackTrace, this.cause})
    : stackTrace = stackTrace ?? StackTrace.current;