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