Method: Orchestration.error

Defined in:
lib/orchestration.rb

.error(key, options = {}) ⇒ Object



49
50
51
52
# File 'lib/orchestration.rb', line 49

def error(key, options = {})
  warn('# Orchestration Error')
  warn("# #{I18n.t("orchestration.#{key}", options)}")
end