Exception: CassandraMigrations::Errors::ClientNotStartedError

Inherits:
CassandraError
  • Object
show all
Defined in:
lib/cassandra_migrations/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeClientNotStartedError

Returns a new instance of ClientNotStartedError.



20
21
22
# 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