class CassandraMigrations::Errors::ClusterError
Public Class Methods
new(cluster_opts, e = nil)
click to toggle source
Calls superclass method
CassandraMigrations::Errors::CassandraError::new
# File lib/cassandra_migrations/errors.rb, line 38 def initialize(cluster_opts, e = nil) super(%[Could not connect to cluster at #{cluster_opts}. Is Cassandra running? #{"(#{e.message})" if e}]) end