# NotModified Class

Module
import { NotModified } from "@tsed/exceptions"
Source/packages/exceptions/src/redirections/NotModified.ts

# Overview

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

# Members

static readonly STATUS = 304;

name: string;