UNPKG

190 BTypeScriptView Raw
1import { RuntimeException } from './runtime.exception';
2export declare class UnknownExportException extends RuntimeException {
3 constructor(token: string | symbol, moduleName: string);
4}