Exception: Rudisco::Helpers::DirNotExists

Inherits:
Error
  • Object
show all
Defined in:
lib/rudisco/helpers.rb

Overview

no-doc

Instance Method Summary collapse

Constructor Details

#initialize(dir) ⇒ DirNotExists

Returns a new instance of DirNotExists.



69
# File 'lib/rudisco/helpers.rb', line 69

def initialize(dir); super "Directory '#{dir}' not exists!" end