# File lib/hammer_cli_foreman/exception_handler.rb, line 73 def handle_apipie_docloading_error(e) rake_command = 'foreman-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