Exception: EPlat::MissingMigrationKeyError
- Inherits:
-
StandardError
- Object
- StandardError
- EPlat::MissingMigrationKeyError
- Defined in:
- lib/e_plat/errors/missing_migration_key_error.rb
Instance Method Summary collapse
-
#initialize(msg = "Missing hash key in the platform/e-plat's response. Check the mappings") ⇒ MissingMigrationKeyError
constructor
A new instance of MissingMigrationKeyError.
Constructor Details
#initialize(msg = "Missing hash key in the platform/e-plat's response. Check the mappings") ⇒ MissingMigrationKeyError
Returns a new instance of MissingMigrationKeyError.
4 5 6 |
# File 'lib/e_plat/errors/missing_migration_key_error.rb', line 4 def initialize(msg="Missing hash key in the platform/e-plat's response. Check the mappings") super end |