Exception: Kiba::Extend::Registry::Creator::HashCreatorCalleeError
- Inherits:
- 
      Error
      
        - Object
- StandardError
- Error
- Kiba::Extend::Registry::Creator::HashCreatorCalleeError
 
- Defined in:
- lib/kiba/extend/registry/creator/hash_creator_callee_error.rb
Overview
Instance Method Summary collapse
- 
  
    
      #initialize(callee)  ⇒ HashCreatorCalleeError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of HashCreatorCalleeError. 
Methods included from ErrMod
Constructor Details
#initialize(callee) ⇒ HashCreatorCalleeError
Returns a new instance of HashCreatorCalleeError.
| 8 9 10 11 | # File 'lib/kiba/extend/registry/creator/hash_creator_callee_error.rb', line 8 def initialize(callee) super("Registry::Creator passed Hash with #{callee.class} "\ "`callee`. Give Method or Module instead.") end |