Exception: Chef::Exceptions::UnsupportedPlatform

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/chef/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(platform) ⇒ UnsupportedPlatform

Returns a new instance of UnsupportedPlatform.



448
449
450
# File 'lib/chef/exceptions.rb', line 448

def initialize(platform)
  super "This functionality is not supported on platform #{platform}."
end