Skip to content

SeeOther

@tsed/exceptions

Usage

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

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

Overview

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

static readonly STATUS

ts
static readonly STATUS = 303;

Released under the MIT License.