class ActiveRecord::DuplicateMigrationVersionError

:nodoc:

def initialize(version)

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