Exception: Kiba::Extend::UnknownFcarConfigError

Inherits:
ArgumentError
  • Object
show all
Includes:
ErrMod
Defined in:
lib/kiba/extend/error.rb

Instance Method Summary collapse

Methods included from ErrMod

#calling_job, #info

Constructor Details

#initialize(mod) ⇒ UnknownFcarConfigError

Returns a new instance of UnknownFcarConfigError.



209
210
211
212
213
214
# File 'lib/kiba/extend/error.rb', line 209

def initialize(mod)
  super("Cannot find #{mod} in configured iterative cleanup chute. "\
      "If there are not yet any files associated with the cleanup, you "\
      "need to add it to Kiba::Extend::Fcar.pending_processes in the "\
      "project config")
end