Skip to content

UseProxy

@tsed/exceptions

Usage

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

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

Overview

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

static readonly STATUS

ts
static readonly STATUS = 305;

Released under the MIT License.