| 56 | * Thrown when a value is invalid (e.g., slider value, date interval). |
| 57 | */ |
| 58 | export class InvalidValueError extends DeepnoteError { |
| 59 | value: unknown |
| 60 | |
| 61 | constructor(message: string, options: ErrorOptions & { value: unknown }) { |
nothing calls this directly
no outgoing calls
no test coverage detected