ExceptionOptions constructor
ExceptionOptions({
- required ExceptionBreakMode breakMode,
- List<
ExceptionPathSegment> ? path,
Implementation
ExceptionOptions({
required this.breakMode,
this.path,
});