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
Optional
message: string
Returns OverconstrainedError
prototype: OverconstrainedError