Exception: Csv2hash::InvalidFile

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/csv2hash/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeInvalidFile

Returns a new instance of InvalidFile.



3
4
5
# File 'lib/csv2hash/errors.rb', line 3

def initialize
  super("Provided file has wrong format.")
end