# PermanentRedirect Class

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

# Overview

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

# Members

static readonly STATUS = 308;

name: string;