Exception: CassandraMigrations::Errors::ClientNotStartedError
- Inherits:
-
CassandraError
- Object
- StandardError
- CassandraError
- CassandraMigrations::Errors::ClientNotStartedError
- Defined in:
- lib/cassandra_migrations/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ ClientNotStartedError
constructor
A new instance of ClientNotStartedError.
Constructor Details
#initialize ⇒ ClientNotStartedError
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 |