Exception: Chef::Exceptions::UnsupportedPlatform
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Chef::Exceptions::UnsupportedPlatform
- Defined in:
- lib/chef/exceptions.rb
Instance Method Summary collapse
-
#initialize(platform) ⇒ UnsupportedPlatform
constructor
A new instance of UnsupportedPlatform.
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 |