Exception: TableImporter::IncorrectFileError

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

Instance Method Summary collapse

Constructor Details

#initialize(message = "Sorry, you didn't upload the type of file you said you did.") ⇒ IncorrectFileError

Returns a new instance of IncorrectFileError.



19
20
21
# File 'lib/table_importer/exceptions.rb', line 19

def initialize(message = "Sorry, you didn't upload the type of file you said you did.")
  super(message)
end