ZenQueryException constructor

ZenQueryException(
  1. String message, {
  2. Map<String, String>? context,
  3. String? suggestion,
  4. Object? cause,
  5. StackTrace? causeStackTrace,
})

Implementation

ZenQueryException(
  super.message, {
  super.context,
  super.suggestion,
  super.cause,
  super.causeStackTrace,
});