class ExceptionNotifier::EmailNotifier

def self.normalize_digits(string)

def self.normalize_digits(string)
  string.gsub(/[0-9]+/, 'N')
end