class I18n::Config

def exception_handler

I18n::ExceptionHandler.
Returns the current exception handler. Defaults to an instance of
def exception_handler
  @@exception_handler ||= ExceptionHandler.new
end