# File lib/hammer_cli_foreman/resource_supported_test.rb, line 7
    def execute
      if resource_supported?
        super
      else
        raise OperationNotSupportedError, _("The server does not support such operation.")
      end
    end