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, = {}) warn('# Orchestration Error') warn("# #{I18n.t("orchestration.#{key}", options)}") end |