Exception: Kiba::Extend::Registry::Creator::HashCreatorCalleeError

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

Overview

Since:

  • 2.2.0

Instance Method Summary collapse

Methods included from ErrMod

#calling_job, #info

Constructor Details

#initialize(callee) ⇒ HashCreatorCalleeError

Returns a new instance of HashCreatorCalleeError.

Since:

  • 2.2.0



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

def initialize(callee)
  # rubocop:todo Layout/LineLength
  super("Registry::Creator passed Hash with #{callee.class} `callee`. Give Method or Module instead.")
  # rubocop:enable Layout/LineLength
end