Exception: ChefApply::TargetResolver::InvalidRange

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, 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