# File lib/hammer_cli/exception_handler.rb, line 76
    def handle_not_found(e)
      print_error e.message
      log_full_error e
      HammerCLI::EX_NOT_FOUND
    end