# File lib/hammer_cli/exception_handler.rb, line 107
    def handle_generic_config_error(e)
      print_error e.message
      log_full_error e
      HammerCLI::EX_CONFIG
    end