class CassandraMigrations::Errors::MissingConfigurationError
Public Class Methods
new(msg=nil)
click to toggle source
Calls superclass method
CassandraMigrations::Errors::CassandraError::new
# 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