Exception: Derelict::Instance::MissingBinary
- Defined in:
- lib/derelict/instance/missing_binary.rb
Overview
The “vagrant” binary was missing from the instance
Instance Method Summary collapse
-
#initialize(file) ⇒ MissingBinary
constructor
Initializes a new instance of this exception for a given file.
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 |