class ConfigurationError
Raised when the query is invalid because of some configuration issue.
Inherits
StandardError
Raised when the query is invalid because of some configuration issue.
begin
client.execute("DROP KEYSPACE unknown_keyspace")
rescue Cassandra::Errors::ConfigurationError
end
StandardError