ExceptionHandler constructor

ExceptionHandler({
  1. required ExceptionOptions exceptionOptions,
})

Implementation

ExceptionHandler({
  required this.exceptionOptions,
});