UNPKG

ts-hdb

Version:

hdb driver with typescript

10 lines 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NotSupportedOperationError = void 0; /** * Operation Not Support Error */ class NotSupportedOperationError extends Error { } exports.NotSupportedOperationError = NotSupportedOperationError; //# sourceMappingURL=errors.js.map