UNPKG

@typeheim/orm-on-fire

Version:
11 lines 425 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InvalidOptionsException = void 0; class InvalidOptionsException extends Error { constructor(message) { super(message); } static withMessage(message) { return new InvalidOptionsException(message); } } exports.InvalidOptionsException = InvalidOptionsException; //# sourceMappingURL=InvalidOptionsException.js.map