Exception: ChefApply::Text::TextWrapper::InvalidKey
- Defined in:
- lib/chef_apply/text/text_wrapper.rb
Instance Attribute Summary
Attributes inherited from TextError
Instance Method Summary collapse
- 
  
    
      #initialize(path, terminus)  ⇒ InvalidKey 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of InvalidKey. 
Methods inherited from TextError
Constructor Details
#initialize(path, terminus) ⇒ InvalidKey
Returns a new instance of InvalidKey.
| 66 67 68 69 70 71 72 73 | # File 'lib/chef_apply/text/text_wrapper.rb', line 66 def initialize(path, terminus) set_call_context # Calling back into Text here seems icky, this is an error # that only engineering should see. = "i18n key #{path}.#{terminus} does not exist.\n" << "Referenced from #{line}" super() end |