ExceptionOptions constructor
ExceptionOptions({})
Implementation
ExceptionOptions({
this.showInternalServerErrors = true,
this.showNetworkErrors = true,
this.showValidationErrors = true,
this.resolveValidationErrorsMap,
}) {
reset();
}