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