Exception: Esse::Transport::ReadonlyClusterError
- Defined in:
 - lib/esse/errors.rb
 
Overview
exception to raise when the cluster is readonly
Instance Method Summary collapse
- 
  
    
      #initialize  ⇒ ReadonlyClusterError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ReadonlyClusterError.
 
Constructor Details
#initialize ⇒ ReadonlyClusterError
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  |