UNPKG

node-web-mvc

Version:
8 lines (7 loc) 254 B
import Exception from './Exception'; export default class ResponseStatusException extends Exception { readonly code: number; readonly reason: string; constructor(code: number, reason: string); getResponseHeaders(): Record<string, any>; }