class TableImporter::EmptyStringImportError

Public Class Methods

new(message = "The data you pasted in has no valid content to import or it cannot be read.") click to toggle source
Calls superclass method
# 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