ottoman
Version:
Ottoman Couchbase ODM
8 lines • 375 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GlobalPluginHandlerError = void 0;
const ottoman_errors_1 = require("../exceptions/ottoman-errors");
class GlobalPluginHandlerError extends ottoman_errors_1.OttomanError {
}
exports.GlobalPluginHandlerError = GlobalPluginHandlerError;
//# sourceMappingURL=global-plugin-handler-error.js.map