mirror of
https://github.com/langgenius/dify.git
synced 2026-01-14 06:07:33 +08: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
|