UNPKG

@xtsai/xai-utils

Version:

The xai-utils is an openai nodejs sdk compatible extension library.

11 lines 467 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InjectInstNotFoundError = void 0; class InjectInstNotFoundError extends Error { constructor(injectName = '') { super(`Instance of [${injectName}] was not found.check either inject in Module.`); this.name = InjectInstNotFoundError.name; } } exports.InjectInstNotFoundError = InjectInstNotFoundError; //# sourceMappingURL=inject-instance-not-found.error.js.map