Thrown if there is an error when performing a migration.

Constructor

Defined errors.js Source
  1. function (message){
  2. return new Error("Migration error : " + message);
  3. }

Documentation generated using coddoc.