Insufficient data to unpack the serialized object.
| 159 | |
| 160 | # Unpacking error |
| 161 | class InsufficientDataException(UnpackException): |
| 162 | "Insufficient data to unpack the serialized object." |
| 163 | pass |
| 164 | |
| 165 | |
| 166 | class InvalidStringException(UnpackException): |