Exception: Common::DirectoryNotFound

Inherits:
CloudboxError show all
Defined in:
lib/common/cloudbox_exceptions.rb

Overview

Throws an exception if a directory is not found.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ DirectoryNotFound

Returns a new instance of DirectoryNotFound.



228
229
230
# File 'lib/common/cloudbox_exceptions.rb', line 228

def initialize(msg)
  super(msg)
end