UNPKG

morpheus4j

Version:

Morpheus is a migration tool for Neo4j. It aims to be a simple and intuitive way to migrate your database.

11 lines 319 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MigrationError = void 0; class MigrationError extends Error { constructor(message) { super(message); this.name = 'MigrationError'; } } exports.MigrationError = MigrationError; //# sourceMappingURL=errors.js.map