Exception: ContentfulMigrations::Migrator::InvalidMigrationPath

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

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(migrations_path) ⇒ InvalidMigrationPath

Returns a new instance of InvalidMigrationPath.



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

def initialize(migrations_path)
  super("#{migrations_path} is not a valid directory.")
end