UNPKG

node-web-mvc

Version:
6 lines (5 loc) 225 B
import type HttpServletRequest from '../servlets/http/HttpServletRequest'; import Exception from './Exception'; export default class NoHandlerFoundException extends Exception { constructor(request: HttpServletRequest); }