UNPKG

ivr-tester

Version:

An automated testing framework for IVR call flows

8 lines (7 loc) 229 B
export declare class ConfigurationError extends Error { private readonly propertyName; readonly reason: string; constructor(propertyName: string, reason: string); getProperty(): string; getReason(): string; }