Exception: Common::UploadError

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

Overview

Throws an exception if an error occurred during the uploading of a file.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ UploadError

Returns a new instance of UploadError.



358
359
360
# File 'lib/common/cloudbox_exceptions.rb', line 358

def initialize(msg)
  super(msg)
end