dify/api/core/virtual_environment/channel/exec.py

5 lines
122 B
Python

class TransportEOFError(Exception):
"""Exception raised when attempting to read from a closed transport."""
pass