module I18n

def self.custom_exception_handler(exception, locale, key, options)

def self.custom_exception_handler(exception, locale, key, options)
  raise ArgumentError, "custom_exception_handler"
end