Home > typeioc > CircularDependencyError
Represents circular dependency error. It is thrown when two or more service resolutions depend on each other directly on indirectly
Signature:
export declare class CircularDependencyError extends ApplicationError 
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(serviceName, data) | Constructor | 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| serviceName | string | 
      The name of the service that circularly resolves itself |