UNPKG

@ayanaware/bento

Version:

Modular runtime framework designed to solve complex tasks

6 lines (5 loc) 195 B
import { BentoError } from './BentoError'; export declare class ValidatorRegistrationError extends BentoError { readonly validator: string; constructor(validator: string, msg: string); }