Exception: RightScale::Windows::ChefNodeServer::InvalidPathException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/chef/windows/chef_node_server.rb

Overview

exception for an invalid path.

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ InvalidPathException

Returns a new instance of InvalidPathException.



130
131
132
# File 'lib/chef/windows/chef_node_server.rb', line 130

def initialize(message)
  super(message)
end