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