Exception: ChefApply::TargetResolver::InvalidRange
- Inherits:
- 
      ErrorNoLogs
      
        - Object
- StandardError
- Error
- ErrorNoLogs
- ChefApply::TargetResolver::InvalidRange
 
- Defined in:
- lib/chef_apply/target_resolver.rb
Instance Attribute Summary
Attributes inherited from Error
#decorate, #id, #params, #show_log, #show_stack
Instance Method Summary collapse
- 
  
    
      #initialize(unresolved_target, given_range)  ⇒ InvalidRange 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of InvalidRange. 
Constructor Details
#initialize(unresolved_target, given_range) ⇒ InvalidRange
Returns a new instance of InvalidRange.
| 180 181 182 | # File 'lib/chef_apply/target_resolver.rb', line 180 def initialize(unresolved_target, given_range) super("CHEFRANGE001", unresolved_target, given_range) end |