UNPKG

@nestjs/core

Version:

Nest - modern, fast, powerful node.js web framework (@core)

10 lines (9 loc) 315 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const runtime_exception_1 = require("./runtime.exception"); class UnknownModuleException extends runtime_exception_1.RuntimeException { constructor() { super(); } } exports.UnknownModuleException = UnknownModuleException;