Exception: Kiba::Extend::Jobs::MultiSourcePrepJob::WrongHelperTypeError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/kiba/extend/jobs/multi_source_prep_job.rb

Overview

Since:

  • 2.7.0

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Helper must be a Kiba::Extend::Utils::MultiSourceNormalizer") ⇒ WrongHelperTypeError

Returns a new instance of WrongHelperTypeError.

Since:

  • 2.7.0



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