Exception: Esse::Transport::ReadonlyClusterError

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

Overview

exception to raise when the cluster is readonly

Instance Method Summary collapse

Constructor Details

#initializeReadonlyClusterError

Returns a new instance of ReadonlyClusterError.



13
14
15
# File 'lib/esse/errors.rb', line 13

def initialize
  super('You cannot perform this operation on a readonly cluster')
end