Exception: Slacks::MigrationInProgress
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Slacks::MigrationInProgress
- Defined in:
- lib/slacks/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ MigrationInProgress
constructor
A new instance of MigrationInProgress.
Constructor Details
#initialize ⇒ MigrationInProgress
5 6 7 |
# File 'lib/slacks/errors.rb', line 5 def initialize super "Team is being migrated between servers. Try the request again in a few seconds." end |