UNPKG

node-web-mvc

Version:
5 lines (4 loc) 192 B
import type ServletContext from '../ServletContext'; export default abstract class ErrorAttributes { abstract getErrorAttributes(servletContext: ServletContext): Record<string, string>; }