typeioc

Home > typeioc > CircularDependencyError

CircularDependencyError class

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 

Constructors

Constructor Modifiers Description
(constructor)(serviceName, data)   Constructor

Properties

Property Modifiers Type Description
serviceName   string The name of the service that circularly resolves itself