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.



38
39
40
# File 'lib/cassandra_migrations/errors.rb', line 38

def initialize(msg)
  super(msg)
end