Exception: Derelict::Instance::NotFound

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

Overview

The path used for the instance 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/instance/not_found.rb', line 8

def initialize(path)
  super "directory doesn't exist: #{path}"
end