Class: TidyI18n::RaiseAllErrors

Inherits:
Object
  • Object
show all
Defined in:
lib/tidy_i18n.rb

Instance Method Summary collapse

Instance Method Details

#call(exception, locale, key, options) ⇒ Object



7
8
9
# File 'lib/tidy_i18n.rb', line 7

def call(exception, locale, key, options)
  raise exception.to_exception
end