Exception: Lutaml::Model::LiquidNotEnabledError

Inherits:
Error
  • Object
show all
Defined in:
lib/lutaml/model/error/liquid_not_enabled_error.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



4
5
6
# File 'lib/lutaml/model/error/liquid_not_enabled_error.rb', line 4

def to_s
  "Liquid functionality is not available by default; please install and require `liquid` gem to use this functionality"
end