Module: AnnoTranslate::I18nExtensions

Included in:
I18n
Defined in:
lib/annotranslate.rb

Instance Method Summary collapse

Instance Method Details

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

Add an strict exception handler for testing that will raise all exceptions



270
271
272
273
# File 'lib/annotranslate.rb', line 270

def strict_i18n_exception_handler(exception, locale, key, options)
  # Raise *all* exceptions
  raise exception
end