Skip to content

NotExtended

@tsed/exceptions

Usage

typescript
import { NotExtended } from "@tsed/exceptions";

See /packages/specs/exceptions/src/types/serverErrors/NotExtended.ts.

Overview

ts
class NotExtended extends ServerException {
    static readonly STATUS = 510;
    constructor(message: string, origin?: Error | string | any);
}

static readonly STATUS

ts
static readonly STATUS = 510;

Released under the MIT License.