# UnsupportedDecoratorType Class

Module
import { UnsupportedDecoratorType } from "@tsed/core"
Source/packages/core/src/utils/DecoratorUtils.ts

# Overview

class UnsupportedDecoratorType extends Error {
    name: "UNSUPPORTED_DECORATOR_TYPE";
    constructor(decorator: any, args: any[]);

}

# Members

name: "UNSUPPORTED_DECORATOR_TYPE";