Class: Cequel::Metal::Policy::CassandraError::RaisePolicy

Inherits:
ErrorPolicyBase
  • Object
show all
Defined in:
lib/cequel/metal/policy/cassandra_error.rb

Overview

Since:

  • 1.0.0

Instance Method Summary collapse

Methods inherited from ErrorPolicyBase

#initialize

Constructor Details

This class inherits a constructor from Cequel::Metal::Policy::CassandraError::ErrorPolicyBase

Instance Method Details

#execute_stmt(keyspace) ⇒ Object

Since:

  • 1.0.0



68
69
70
# File 'lib/cequel/metal/policy/cassandra_error.rb', line 68

def execute_stmt(keyspace)
  yield
end