Exception: GoodData::ObjectsExportError
- Inherits:
-
ObjectsMigrationError
- Object
- RuntimeError
- ObjectsMigrationError
- GoodData::ObjectsExportError
- Defined in:
- lib/gooddata/exceptions/object_migration.rb
Constant Summary collapse
- DEFAULT_MSG =
'Exporting objects failed.'
Instance Method Summary collapse
-
#initialize(msg = DEFAULT_MSG) ⇒ ObjectsExportError
constructor
A new instance of ObjectsExportError.
Constructor Details
#initialize(msg = DEFAULT_MSG) ⇒ ObjectsExportError
Returns a new instance of ObjectsExportError.
20 21 22 |
# File 'lib/gooddata/exceptions/object_migration.rb', line 20 def initialize(msg = DEFAULT_MSG) super(msg) end |