CollQLException constructor
CollQLException(
- String message, {
- StackTrace? stackTrace,
- dynamic cause,
Implementation
CollQLException(this.message, {StackTrace? stackTrace, this.cause})
: stackTrace = stackTrace ?? StackTrace.current;