ZenLifecycleException constructor

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

Implementation

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