# File lib/hammer_cli_foreman/exception_handler.rb, line 40
    def handle_forbidden(e)
      print_error _("Forbidden - server refused to process the request")
      log_full_error e
      HammerCLI::EX_NOPERM
    end