# File lib/hammer_cli/exception_handler.rb, line 91
    def handle_apipie_docloading_error(e)
      rake_command = "rake apipie:cache"
      print_error _("Could not load the API description from the server") + "\n  - " +
                  _("is the server down?") + "\n  - " +
                  _("was '%s' run on the server when using apipie cache? (typical production settings)") % rake_command
      log_full_error e
      HammerCLI::EX_CONFIG
    end