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.



197
198
199
# File 'lib/chef_core/target_resolver.rb', line 197

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