Skip to content

NotModified

@tsed/exceptions

Usage

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

See /packages/specs/exceptions/src/types/redirections/NotModified.ts.

Overview

ts
class NotModified extends RedirectException {
    static readonly STATUS = 304;
    constructor(message: string, origin?: Error | string | any);
}

static readonly STATUS

ts
static readonly STATUS = 304;

Released under the MIT License.