Exception: CsvFactory::Exception

Inherits:
StandardError
  • Object
show all
Defined in:
lib/csv_factory/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ Exception

Returns a new instance of Exception.



3
4
5
# File 'lib/csv_factory/exceptions.rb', line 3

def initialize(msg)
  super(msg)
end