Exception: GoodData::ObjectsMigrationError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/gooddata/exceptions/object_migration.rb

Overview

Project Not Found

Direct Known Subclasses

ObjectsExportError, ObjectsImportError

Constant Summary collapse

DEFAULT_MSG =
'Object migration failed.'

Instance Method Summary collapse

Constructor Details

#initialize(msg = DEFAULT_MSG) ⇒ ObjectsMigrationError

Returns a new instance of ObjectsMigrationError.



12
13
14
# File 'lib/gooddata/exceptions/object_migration.rb', line 12

def initialize(msg = DEFAULT_MSG)
  super(msg)
end