maxgherman/TypeIOC

View on GitHub
docs/typeioc.circulardependencyerror.(constructor).md

Summary

Maintainability
Test Coverage
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [typeioc](./typeioc.md) &gt; [CircularDependencyError](./typeioc.circulardependencyerror.md) &gt; [(constructor)](./typeioc.circulardependencyerror.(constructor).md)

## CircularDependencyError.(constructor)

Constructor

<b>Signature:</b>

```typescript
constructor(serviceName: string, data?: {});
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  serviceName | <code>string</code> | service name |
|  data | <code>{}</code> | optional additional information about the error |