UNPKG

157 BTypeScriptView Raw
1import { RuntimeException } from './runtime.exception';
2export declare class InvalidExceptionFilterException extends RuntimeException {
3 constructor();
4}