Exception: Kiba::Extend::Registry::Creator::HashCreatorKeyError

Inherits:
Error
  • Object
show all
Defined in:
lib/kiba/extend/registry/creator/hash_creator_key_error.rb

Overview

Since:

  • 2.2.0

Instance Method Summary collapse

Methods included from ErrMod

#calling_job, #info

Constructor Details

#initializeHashCreatorKeyError

Returns a new instance of HashCreatorKeyError.

Since:

  • 2.2.0



8
9
10
# File 'lib/kiba/extend/registry/creator/hash_creator_key_error.rb', line 8

def initialize
  super("Registry::Creator passed Hash with no `callee` key")
end