Exception: Bsdkrun::SandboxNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/bsdkrun/errors.rb

Overview

No machine matched the given id / prefix.

Instance Method Summary collapse

Constructor Details

#initialize(id) ⇒ SandboxNotFound

Returns a new instance of SandboxNotFound.

Parameters:

  • id (String)

    the id or prefix that matched nothing.



48
49
50
# File 'lib/bsdkrun/errors.rb', line 48

def initialize(id)
  super("no sandbox found matching id #{id.inspect}")
end