ZenModuleException constructor

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

Implementation

ZenModuleException(
  super.message, {
  super.context,
  super.suggestion,
});