Exception: TableImporter::HeaderMismatchError

Inherits:
ImportError
  • Object
show all
Defined in:
lib/table_importer/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "Sorry, we couldn't process your file. Did you correctly check whether your file has headers?") ⇒ HeaderMismatchError

Returns a new instance of HeaderMismatchError.



25
26
27
# File 'lib/table_importer/exceptions.rb', line 25

def initialize(message = "Sorry, we couldn't process your file. Did you correctly check whether your file has headers?")
  super(message)
end