@skimp/json-file
Version:
The json-file module for the skimp domain modelling framework
10 lines • 435 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InvalidDatabaseFilePathException = void 0;
class InvalidDatabaseFilePathException extends Error {
constructor(path) {
super(`Invalid file path exists in the database: "${path}"`);
}
}
exports.InvalidDatabaseFilePathException = InvalidDatabaseFilePathException;
//# sourceMappingURL=invalid-database-file-path.exception.js.map