class TableImporter::HeaderMismatchError

Public Class Methods

new(message = "Sorry, we couldn't process your file. Did you correctly check whether your file has headers?") click to toggle source
Calls superclass method
# 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