Variable OverconstrainedError
OverconstrainedError: {
prototype: OverconstrainedError;
new (constraint: string, message?: string): OverconstrainedError;
}
prototype: OverconstrainedError;
new (constraint: string, message?: string): OverconstrainedError;
}
Type declaration
- new (constraint: string, message?: string): OverconstrainedError
- Parameters- constraint: string
- Optionalmessage: string
 - Returns OverconstrainedError
 
- prototype: OverconstrainedError