Exception: GoodData::ObjectsExportError

Inherits:
ObjectsMigrationError show all
Defined in:
lib/gooddata/exceptions/object_migration.rb

Constant Summary collapse

DEFAULT_MSG =
'Exporting objects failed.'

Instance Method Summary collapse

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