ZenRouteException constructor

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

Implementation

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