Raised when reassembling connections and data is missing or overlapping. See Blob.reassemble function
| 41 | __version__ = "3.2.3" |
| 42 | |
| 43 | class SequenceNumberError(Exception): |
| 44 | """ |
| 45 | Raised when reassembling connections and data is missing or overlapping. |
| 46 | See Blob.reassemble function |
| 47 | """ |
| 48 | pass |
| 49 | |
| 50 | |
| 51 | class DataError(Exception): |