class Chef::Exceptions::UnsupportedPlatform

Public Class Methods

new(platform) click to toggle source
Calls superclass method
# File lib/chef/exceptions.rb, line 448
def initialize(platform)
  super "This functionality is not supported on platform #{platform}."
end