Exception: Slacks::MigrationInProgress

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/slacks/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeMigrationInProgress



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