ZenScopeException constructor

ZenScopeException(
  1. String message, {
  2. Map<String, String>? context,
  3. String? suggestion,
  4. String? docLink,
})

Implementation

ZenScopeException(
  super.message, {
  super.context,
  super.suggestion,
  super.docLink,
});