Exception: Bsdkrun::SandboxNotFound
- Defined in:
- lib/bsdkrun/errors.rb
Overview
No machine matched the given id / prefix.
Instance Method Summary collapse
-
#initialize(id) ⇒ SandboxNotFound
constructor
A new instance of SandboxNotFound.
Constructor Details
#initialize(id) ⇒ SandboxNotFound
Returns a new instance of SandboxNotFound.
48 49 50 |
# File 'lib/bsdkrun/errors.rb', line 48 def initialize(id) super("no sandbox found matching id #{id.inspect}") end |