Exception: CassandraMigrations::Errors::MissingConfigurationError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ MissingConfigurationError

Returns a new instance of MissingConfigurationError.



26
27
28
# File 'lib/cassandra_migrations/errors.rb', line 26

def initialize(msg=nil)
  super(msg || "config/cassandra.yml is missing! Run 'prepare_for_cassandra .' in the rails root directory.")
end