class TableImporter::EmptyFileImportError

Public Class Methods

new(message = "The file you uploaded has no valid content to import or the content cannot be read. If there is content in your file please try copying and pasting it in instead.") click to toggle source
Calls superclass method
# File lib/table_importer/exceptions.rb, line 7
def initialize(message = "The file you uploaded has no valid content to import or the content cannot be read. If there is content in your file please try copying and pasting it in instead.")
  super(message)
    end