mirror of
https://github.com/langgenius/dify.git
synced 2026-02-12 13:00:45 -05:00
5 lines
122 B
Python
5 lines
122 B
Python
class TransportEOFError(Exception):
|
|
"""Exception raised when attempting to read from a closed transport."""
|
|
|
|
pass
|