Files
game-server-watcher/node_modules/@commonify/lowdb/lib/MissingAdapterError.js
Smith a5f3794527 include prod deps in vcs with some exceptions
* cloudno.de has problems installing new dependencies lately..
2022-06-30 22:59:51 +02:00

16 lines
288 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MissingAdapterError = void 0;
class MissingAdapterError extends Error {
constructor() {
super();
this.message = 'Missing Adapter';
}
}
exports.MissingAdapterError = MissingAdapterError;