Exception: Derelict::Connection::NotFound
- Defined in:
- lib/derelict/connection/not_found.rb
Overview
The Vagrantfile for the connection was not found
Instance Method Summary collapse
-
#initialize(path) ⇒ NotFound
constructor
Initializes a new instance of this exception for a given path.
Constructor Details
#initialize(path) ⇒ NotFound
Initializes a new instance of this exception for a given path
* path: The requested path of the instance
8 9 10 |
# File 'lib/derelict/connection/not_found.rb', line 8 def initialize(path) super "Vagrantfile not found for #{path}" end |