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