UNPKG

@dazejs/framework

Version:

Daze.js - A powerful web framework for Node.js

9 lines (8 loc) 293 B
import { HttpError } from './http-error'; import { Validate } from '../validate'; export declare class ValidateHttpError extends HttpError { _validate: Validate; constructor(message: string | undefined, validate: Validate); get validate(): Validate; getValidate(): Validate; }