UNPKG

171 BTypeScriptView Raw
1import { RuntimeException } from './runtime.exception';
2export declare class UnknownElementException extends RuntimeException {
3 constructor(name?: string | symbol);
4}