module AnnoTranslate::I18nExtensions

Public Instance Methods

strict_i18n_exception_handler(exception, locale, key, options) click to toggle source

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

# File lib/annotranslate.rb, line 271
def strict_i18n_exception_handler(exception, locale, key, options)
  # Raise *all* exceptions
  raise exception
end