class CassandraMigrations::Errors::MigrationDefinitionError
Public Class Methods
new(msg)
click to toggle source
Calls superclass method
CassandraMigrations::Errors::CassandraError::new
# File lib/cassandra_migrations/errors.rb, line 50 def initialize(msg) super(msg) end