Exception: Kiba::Extend::Registry::RegisteredDestination::SuppliedEntryError

Inherits:
TypeError
  • Object
show all
Includes:
ErrMod
Defined in:
lib/kiba/extend/registry/registered_destination.rb

Overview

Since:

  • 2.2.0

Instance Method Summary collapse

Methods included from ErrMod

#calling_job, #info

Constructor Details

#initialize(entry_key) ⇒ SuppliedEntryError

Returns a new instance of SuppliedEntryError.

Since:

  • 2.2.0



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