UNPKG

node-web-mvc

Version:
6 lines (5 loc) 182 B
import Exception from './Exception'; export default class ConvertPropertyTypeError extends Exception { reason: Exception; constructor(proeprty: string, reason: Exception); }