Module: AnnoTranslate::I18nExtensions
- Included in:
- I18n
- Defined in:
- lib/annotranslate.rb
Instance Method Summary collapse
-
#strict_i18n_exception_handler(exception, locale, key, options) ⇒ Object
Add an strict exception handler for testing that will raise all exceptions.
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, ) # Raise *all* exceptions raise exception end |