class ConfigurationError
Raised when the query is invalid because of some configuration issue.
Inherits
StandardErrorThis documentation is no longer maintained. For the latest information, see github.com/datastax/ruby-driver
Raised when the query is invalid because of some configuration issue.
begin
client.execute("DROP KEYSPACE unknown_keyspace")
rescue Cassandra::Errors::ConfigurationError
endStandardError