Exception: CassandraMigrations::Errors::ConnectionError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ ConnectionError

Returns a new instance of ConnectionError.



44
45
46
# File 'lib/cassandra_migrations/errors.rb', line 44

def initialize(msg)
  super(msg)
end