UNPKG

jumbo-core

Version:

Modern lightweight fast enterprise level MVW framework for Node.js

7 lines (6 loc) 253 B
import { Exception } from "./Exception"; export declare class RequestException extends Exception { statusCode: number; redirectTo: string; constructor(message: string, statusCode?: number, buildStack?: boolean, redirectTo?: string); }