Exception: PerconaMigrator::NoStatusError

Inherits:
Error
  • Object
show all
Defined in:
lib/percona_migrator/errors.rb

Overview

Used when for whatever reason we couldn’t get the spawned process’ status.

Instance Method Summary collapse

Instance Method Details

#messageObject



7
8
9
# File 'lib/percona_migrator/errors.rb', line 7

def message
  'Status could not be retrieved'.freeze
end