ZenException constructor

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

Implementation

const ZenException(
  this.message, {
  this.context,
  this.suggestion,
  this.docLink,
  this.cause,
  this.causeStackTrace,
});