disable method

void disable()

If this is called, error handling will be disabled

Implementation

void disable() {
  showInternalServerErrors = false;
  showNetworkErrors = false;
  showValidationErrors = false;
}