maxgherman/TypeIOC

View on GitHub
docs/typeioc.decoratorerror.(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; [DecoratorError](./typeioc.decoratorerror.md) &gt; [(constructor)](./typeioc.decoratorerror.(constructor).md)

## DecoratorError.(constructor)

Constructor

<b>Signature:</b>

```typescript
constructor(params?: {
        message?: string;
        data?: {};
    });
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  params | <code>{</code><br/><code>        message?: string;</code><br/><code>        data?: {};</code><br/><code>    }</code> | optional additional information about the error |