UNPKG

node-web-mvc

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