class ChefApply::TargetResolver::UnsupportedProtocol

Public Class Methods

new(attempted_protocol) click to toggle source
Calls superclass method ChefApply::ErrorNoLogs::new
# File lib/chef_apply/target_resolver.rb, line 198
def initialize(attempted_protocol)
  super("CHEFVAL011", attempted_protocol,
        ChefApply::Config::SUPPORTED_PROTOCOLS.join(" "))
end