Files

5 lines
122 B
Python

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