Exception: TableImporter::EmptyStringImportError

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

Instance Method Summary collapse

Constructor Details

#initialize(message = "The data you pasted in has no valid content to import or it cannot be read.") ⇒ EmptyStringImportError

Returns a new instance of EmptyStringImportError.



13
14
15
# File 'lib/table_importer/exceptions.rb', line 13

def initialize(message = "The data you pasted in has no valid content to import or it cannot be read.")
  super(message)
end