Exception raised if capture or packet doesn't appear within timeout
| 34 | |
| 35 | |
| 36 | class CaptureTimeoutError(TimeoutError): |
| 37 | """Exception raised if capture or packet doesn't appear within timeout""" |
| 38 | |
| 39 | pass |
| 40 | |
| 41 | |
| 42 | class CaptureMismatchError(ValueError): |
no outgoing calls