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.



410
411
412
# File 'lib/chef/exceptions.rb', line 410

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