## TimeoutError\_


Raised when an operation times out.


Usage


``` python
TimeoutError_(
    operation,
    seconds,
)
```


## Parameters


`operation: str`  
The operation that timed out.

`seconds: float`  
Number of seconds before timeout.
