Exception: ChefCore::TargetResolver::TooManyRanges

Inherits:
TargetResolverError show all
Defined in:
lib/chef_core/target_resolver.rb

Instance Attribute Summary

Attributes inherited from Error

#id, #params

Instance Method Summary collapse

Constructor Details

#initialize(unresolved_target) ⇒ TooManyRanges

Returns a new instance of TooManyRanges.



205
206
207
# File 'lib/chef_core/target_resolver.rb', line 205

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