ExceptionOptions constructor

ExceptionOptions({
  1. required ExceptionBreakMode breakMode,
  2. List<ExceptionPathSegment>? path,
})

Implementation

ExceptionOptions({
  required this.breakMode,
  this.path,
});