Exception: ChefApply::TargetResolver::TooManyRanges

Inherits:
ErrorNoLogs
  • Object
show all
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

Constructor Details

#initialize(unresolved_target) ⇒ TooManyRanges

Returns a new instance of TooManyRanges.



186
187
188
# File 'lib/chef_apply/target_resolver.rb', line 186

def initialize(unresolved_target)
  super("CHEFRANGE002", unresolved_target)
end