UNPKG

@lightningkite/ktor-batteries

Version:
14 lines 546 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ItemNotFound = void 0; // Package: com.lightningkite.ktordb.mock // Generated by Khrysalis - this file will be overwritten. const khrysalis_runtime_1 = require("@lightningkite/khrysalis-runtime"); //! Declares com.lightningkite.ktordb.mock.ItemNotFound class ItemNotFound extends khrysalis_runtime_1.Exception { constructor(message) { super(message); } } exports.ItemNotFound = ItemNotFound; //# sourceMappingURL=ItemNotFound.js.map