Source code for dmr.streaming.exceptions
from typing import final
[docs]
@final
class StreamingCloseError(Exception):
"""
Raised when we need to immediately close the response stream.
Raise it from events producing async iterator.
"""