Exception: CouchTomato::DuplicateMigrationNameError

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

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ DuplicateMigrationNameError

Returns a new instance of DuplicateMigrationNameError.



12
13
14
# File 'lib/couch_tomato/migrator.rb', line 12

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