class Cequel::Metal::Policy::CassandraError::ErrorPolicyBase

Public Class Methods

new(options = {}) click to toggle source

On instantiation, the configuraiton hash passed to Cequel is available here

# File lib/cequel/metal/policy/cassandra_error.rb, line 18
def initialize(options = {})
end

Public Instance Methods

execute_stmt(keyspace) click to toggle source
# File lib/cequel/metal/policy/cassandra_error.rb, line 21
def execute_stmt(keyspace)
  raise NotImplementedError, "#execute_stmt must be implemented in #{self.class.name}"
end