Exception raised by `IOStream` methods when the buffer is full.
| 111 | |
| 112 | |
| 113 | class StreamBufferFullError(Exception): |
| 114 | """Exception raised by `IOStream` methods when the buffer is full.""" |
| 115 | |
| 116 | |
| 117 | class _StreamBuffer: |
no outgoing calls
no test coverage detected