UNPKG

node-web-mvc

Version:
5 lines (4 loc) 163 B
import Exception from './Exception'; export default class SerializationCreateInstanceError extends Exception { constructor(type: Function, message: string); }