class ChefApply::TargetResolver::TooManyRanges

Public Class Methods

new(unresolved_target) click to toggle source
Calls superclass method ChefApply::ErrorNoLogs::new
# File lib/chef_apply/target_resolver.rb, line 186
def initialize(unresolved_target)
  super("CHEFRANGE002", unresolved_target)
end