class I18n::CustomExceptionHandler

Public Class Methods

call(exception, locale, key, options) click to toggle source
# File actionview/test/template/translation_helper_test.rb, line 7
def self.call(exception, locale, key, options)
  "from CustomExceptionHandler"
end