class CassandraMigrations::Errors::ClientNotStartedError
Public Class Methods
new()
click to toggle source
Calls superclass method
CassandraMigrations::Errors::CassandraError::new
# File lib/cassandra_migrations/errors.rb, line 20 def initialize super("Cassandra.start! has not been called yet! Can't execute queries before connecting to server...") end