UNPKG

dependency-injection-cat

Version:

DI Cat is a truly clean DI-container, which allows you not to pollute your business logic with decorators from DI/IOC libraries!

12 lines (11 loc) 489 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GlobalCatContext = void 0; var UsingCatContextWithoutConfiguredDI_1 = require("../exceptions/runtime/UsingCatContextWithoutConfiguredDI"); var GlobalCatContext = /** @class */ (function () { function GlobalCatContext() { throw new UsingCatContextWithoutConfiguredDI_1.UsingCatContextWithoutConfiguredDI(); } return GlobalCatContext; }()); exports.GlobalCatContext = GlobalCatContext;