UNPKG

node-web-mvc

Version:
6 lines (5 loc) 251 B
import type ServletContext from '../ServletContext'; import ErrorAttributes from './ErrorAttributes'; export default class DefaultErrorAttributes extends ErrorAttributes { getErrorAttributes(servletContext: ServletContext): Record<string, any>; }