UNPKG

169 BTypeScriptView Raw
1import { RuntimeException } from './runtime.exception';
2export declare class CircularDependencyException extends RuntimeException {
3 constructor(context?: string);
4}