mirror of
https://github.com/langgenius/dify.git
synced 2026-03-25 14:01:06 -04: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
|