UNPKG

node-web-mvc

Version:
5 lines (4 loc) 163 B
import Exception from './Exception'; export default class DateTimeParseException extends Exception { constructor(raw: string, pattern: string, exp: string); }