UNPKG

194 BTypeScriptView Raw
1import { RuntimeException } from './runtime.exception';
2export declare class InvalidModuleException extends RuntimeException {
3 constructor(parentModule: any, index: number, scope: any[]);
4}