Exception: Derelict::Connection::NotFound

Inherits:
Invalid show all
Defined in:
lib/derelict/connection/not_found.rb

Overview

The Vagrantfile for the connection was not found

Instance Method Summary collapse

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