class CassandraMigrations::Errors::MigrationNamingError

Public Class Methods

new(msg) click to toggle source
# File lib/cassandra_migrations/errors.rb, line 56
def initialize(msg)
  super(msg)
end