Skip to content

TemporaryRedirect

@tsed/exceptions

Usage

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

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

Overview

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

static readonly STATUS

ts
static readonly STATUS = 307;

Released under the MIT License.