| 51 | * Thrown when a block type is not supported. |
| 52 | */ |
| 53 | export class UnsupportedBlockTypeError extends DeepnoteError {} |
| 54 | |
| 55 | /** |
| 56 | * Thrown when a value is invalid (e.g., slider value, date interval). |
nothing calls this directly
no outgoing calls
no test coverage detected