Exception: EPlat::MissingMigrationKeyError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/e_plat/errors/missing_migration_key_error.rb

Instance Method Summary collapse

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