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.



393
394
395
# File 'lib/chef/exceptions.rb', line 393

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