UNPKG

node-web-mvc

Version:
6 lines (5 loc) 196 B
import Exception from './Exception'; export default class UnsupportReturnValueHandlerError extends Exception { readonly returnValue: any; constructor(message: string, returnValue: any); }