Exception: Kiba::Extend::Registry::RegisteredDestination::SuppliedEntryError
- Inherits:
-
TypeError
- Object
- TypeError
- Kiba::Extend::Registry::RegisteredDestination::SuppliedEntryError
- Includes:
- ErrMod
- Defined in:
- lib/kiba/extend/registry/registered_destination.rb
Overview
Instance Method Summary collapse
-
#initialize(entry_key) ⇒ SuppliedEntryError
constructor
A new instance of SuppliedEntryError.
Methods included from ErrMod
Constructor Details
#initialize(entry_key) ⇒ SuppliedEntryError
Returns a new instance of SuppliedEntryError.
13 14 15 16 |
# File 'lib/kiba/extend/registry/registered_destination.rb', line 13 def initialize(entry_key) super("Registry entry #{entry_key} is a supplied entry, so it "\ "cannot be used as a job destination") end |