Exception: CouchTomato::DuplicateMigrationVersionError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/couch_tomato/migrator.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(version) ⇒ DuplicateMigrationVersionError

Returns a new instance of DuplicateMigrationVersionError.



6
7
8
# File 'lib/couch_tomato/migrator.rb', line 6

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