Add a stream overrun exception
parent
d307eab118
commit
6751349987
|
@ -61,6 +61,10 @@ class NoRuntime(RuntimeError):
|
||||||
"The root actor has not been initialized yet"
|
"The root actor has not been initialized yet"
|
||||||
|
|
||||||
|
|
||||||
|
class StreamOverrun(trio.TooSlowError):
|
||||||
|
"This stream was overrun by sender"
|
||||||
|
|
||||||
|
|
||||||
def pack_error(
|
def pack_error(
|
||||||
exc: BaseException,
|
exc: BaseException,
|
||||||
tb=None,
|
tb=None,
|
||||||
|
|
Loading…
Reference in New Issue