UnsupportedDecoratorType
@tsed/core
Usage
typescript
import { UnsupportedDecoratorType } from "@tsed/core";
See /packages/core/src/types/errors/UnsupportedDecoratorType.ts.
Overview
ts
class UnsupportedDecoratorType extends Error {
name: "UNSUPPORTED_DECORATOR_TYPE";
constructor(decorator: any, args: any[]);
}
name
ts
name: "UNSUPPORTED_DECORATOR_TYPE";