class ChefCore::TargetResolver::UnsupportedProtocol

Public Class Methods

new(attempted_protocol) click to toggle source
Calls superclass method ChefCore::Error::new
# File lib/chef_core/target_resolver.rb, line 217
def initialize(attempted_protocol)
  super("CHEFVAL011", attempted_protocol,
        ChefCore::TargetResolver::SUPPORTED_PROTOCOLS.join(" "))
end