Repository URL to install this package:
|
Version:
7.0.10 ▾
|
import { RuntimeException } from './runtime.exception';
export declare class CircularDependencyException extends RuntimeException {
constructor(context?: string);
}