Exception: Common::UploadError
- Inherits:
-
CloudboxError
- Object
- StandardError
- CloudboxError
- Common::UploadError
- 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
-
#initialize(msg) ⇒ UploadError
constructor
A new instance of UploadError.
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 |