UNPKG

node-web-mvc

Version:
5 lines (4 loc) 141 B
import Exception from './Exception'; export default class IllegalMappingPatternError extends Exception { constructor(pattern: string); }