Exception: Csv2hash::InvalidFile
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Csv2hash::InvalidFile
- Defined in:
- lib/csv2hash/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidFile
constructor
A new instance of InvalidFile.
Constructor Details
#initialize ⇒ InvalidFile
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 |