UNPKG

sipp

Version:

An Opinionated, High-Productivity MVC Web Framework in TypeScript

11 lines 515 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ParamNotResolveable = void 0; const BaseException_1 = require("./BaseException"); class ParamNotResolveable extends BaseException_1.BaseException { getDescription() { return `The parameter could not be resolved. Make sure that all parameter Types are classes (not TS interfaces) and have registered resolvers.`; } } exports.ParamNotResolveable = ParamNotResolveable; //# sourceMappingURL=ParamNotResolveable.js.map