Exception: Kiba::Extend::Jobs::MultiSourcePrepJob::WrongDestinationTypeError
- Inherits:
-
StandardError
- Object
- StandardError
- Kiba::Extend::Jobs::MultiSourcePrepJob::WrongDestinationTypeError
- Defined in:
- lib/kiba/extend/jobs/multi_source_prep_job.rb
Overview
Instance Method Summary collapse
-
#initialize(msg = "Destination must be a Kiba::Extend::Destinations::CSV") ⇒ WrongDestinationTypeError
constructor
A new instance of WrongDestinationTypeError.
Constructor Details
#initialize(msg = "Destination must be a Kiba::Extend::Destinations::CSV") ⇒ WrongDestinationTypeError
Returns a new instance of WrongDestinationTypeError.
16 17 18 19 20 |
# File 'lib/kiba/extend/jobs/multi_source_prep_job.rb', line 16 def initialize( msg = "Destination must be a Kiba::Extend::Destinations::CSV" ) super end |