Exception: Derelict::Instance::MissingBinary

Inherits:
Invalid show all
Defined in:
lib/derelict/instance/missing_binary.rb

Overview

The “vagrant” binary was missing from the instance

Instance Method Summary collapse

Constructor Details

#initialize(file) ⇒ MissingBinary

Initializes a new instance of this exception for a given file

* file: The expected location of the binary


8
9
10
# File 'lib/derelict/instance/missing_binary.rb', line 8

def initialize(file)
  super "'vagrant' binary not found at #{file}"
end