Exception: CsvParser::HeaderException

Inherits:
Exception
  • Object
show all
Defined in:
lib/ebutil.rb

Class Method Summary collapse

Class Method Details

.translations_missing(translations) ⇒ Object



180
181
182
# File 'lib/ebutil.rb', line 180

def self.translations_missing(translations)
  new("header should but does not contain all mandatory keys; missing #{translations.keys.join(',')}")
end