UNPKG

343 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3class IoCException extends Error {
4 constructor(message, context) {
5 super(message);
6 this.context = context;
7 }
8 getContext() {
9 return this.context;
10 }
11}
12exports.IoCException = IoCException;
13//# sourceMappingURL=IoCException.js.map
\No newline at end of file