Exception: Kiba::Extend::Jobs::MultiSourcePrepJob::WrongHelperTypeError
- Inherits:
-
StandardError
- Object
- StandardError
- Kiba::Extend::Jobs::MultiSourcePrepJob::WrongHelperTypeError
- Defined in:
- lib/kiba/extend/jobs/multi_source_prep_job.rb
Overview
Instance Method Summary collapse
-
#initialize(msg = "Helper must be a Kiba::Extend::Utils::MultiSourceNormalizer") ⇒ WrongHelperTypeError
constructor
A new instance of WrongHelperTypeError.
Constructor Details
#initialize(msg = "Helper must be a Kiba::Extend::Utils::MultiSourceNormalizer") ⇒ WrongHelperTypeError
Returns a new instance of WrongHelperTypeError.
24 25 26 27 28 |
# File 'lib/kiba/extend/jobs/multi_source_prep_job.rb', line 24 def initialize( msg = "Helper must be a Kiba::Extend::Utils::MultiSourceNormalizer" ) super end |