Method: TableImporter::IncorrectFileError#initialize
- Defined in:
- lib/table_importer/exceptions.rb
#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( = "Sorry, you didn't upload the type of file you said you did.") super() end |