Source code for dmr.streaming.exceptions

from typing import final


[docs] @final class StreamingCloseError(Exception): """ Raised when we need to imediatelly close the response stream. Raise it from events producing async iterator. """