class CassandraMigrations::Errors::ClientNotStartedError

Public Class Methods

new() click to toggle source
# 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