class I18n::Config

def exception_handler=(exception_handler)

Sets the exception handler.
def exception_handler=(exception_handler)
  @@exception_handler = exception_handler
end