Exception: Rodiff::Executable::InstallDirectoryNotFound

Inherits:
Rodiff::Error
  • Object
show all
Defined in:
lib/rodiff/executable.rb

Instance Method Summary collapse

Constructor Details

#initialize(install_dir) ⇒ InstallDirectoryNotFound

Returns a new instance of InstallDirectoryNotFound.



50
51
52
# File 'lib/rodiff/executable.rb', line 50

def initialize(install_dir)
  super("#{LOCAL_INSTALL_DIR_ENV} is set to #{install_dir}, but that directory does not exist.")
end