Exception: Common::DirectoryNotFound
- Inherits:
-
CloudboxError
- Object
- StandardError
- CloudboxError
- Common::DirectoryNotFound
- Defined in:
- lib/common/cloudbox_exceptions.rb
Overview
Throws an exception if a directory is not found.
Instance Method Summary collapse
-
#initialize(msg) ⇒ DirectoryNotFound
constructor
A new instance of DirectoryNotFound.
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 |