Exception: Common::DirectoryCreateError

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

Overview

Throws an exception if an error occurred during the creation of a directory.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ DirectoryCreateError

Returns a new instance of DirectoryCreateError.



221
222
223
# File 'lib/common/cloudbox_exceptions.rb', line 221

def initialize(msg)
  super(msg)
end