Exception: CassandraObject::Schema::DuplicateMigrationVersionError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cassandra_object/schema.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(version) ⇒ DuplicateMigrationVersionError

Returns a new instance of DuplicateMigrationVersionError.



9
10
11
# File 'lib/cassandra_object/schema.rb', line 9

def initialize(version)
  super("Multiple migrations have the version number #{version}")
end