Class
TestingTimeoutError
All timeout error about dash testing.
Source from the content-addressed store, hash-verified
| 19 | |
| 20 | |
| 21 | class TestingTimeoutError(DashTestingError): |
| 22 | """All timeout error about dash testing.""" |
| 23 | |
| 24 | |
| 25 | class BrowserError(DashTestingError): |
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…