CollQLIOException constructor
CollQLIOException(
- String message, {
- StackTrace? stackTrace,
- dynamic cause,
Implementation
CollQLIOException(super.message, {super.stackTrace, super.cause});