Exception: Common::FileError

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

Overview

Throws an exception if an error occurred about a file.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ FileError

Returns a new instance of FileError.



405
406
407
# File 'lib/common/cloudbox_exceptions.rb', line 405

def initialize(msg)
  super(msg)
end