Exception: Kiba::Extend::UnknownFcarConfigError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Kiba::Extend::UnknownFcarConfigError
- Includes:
- ErrMod
- Defined in:
- lib/kiba/extend/error.rb
Instance Method Summary collapse
-
#initialize(mod) ⇒ UnknownFcarConfigError
constructor
A new instance of UnknownFcarConfigError.
Methods included from ErrMod
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 |