Exception: ChefCore::TargetResolver::InvalidRange

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, given_range) ⇒ InvalidRange

Returns a new instance of InvalidRange.



199
200
201
# File 'lib/chef_core/target_resolver.rb', line 199

def initialize(unresolved_target, given_range)
  super("CHEFRANGE001", unresolved_target, given_range)
end