# File lib/hammer_cli/exception_handler.rb, line 83
    def handle_unauthorized(e)
      print_error _("Invalid username or password")
      log_full_error e
      HammerCLI::EX_UNAUTHORIZED
    end