Exception: Kiba::Extend::Registry::Creator::HashCreatorKeyError
- Inherits:
-
Error
- Object
- StandardError
- Error
- Kiba::Extend::Registry::Creator::HashCreatorKeyError
- Defined in:
- lib/kiba/extend/registry/creator/hash_creator_key_error.rb
Overview
Instance Method Summary collapse
-
#initialize ⇒ HashCreatorKeyError
constructor
A new instance of HashCreatorKeyError.
Methods included from ErrMod
Constructor Details
#initialize ⇒ HashCreatorKeyError
Returns a new instance of HashCreatorKeyError.
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 |