Class
PackException
Exception during msgpack packing.
Source from the content-addressed store, hash-verified
| 71 | |
| 72 | |
| 73 | class PackException(Exception): |
| 74 | """Exception during msgpack packing.""" |
| 75 | |
| 76 | |
| 77 | class UnpackException(Exception): |
Tested by
no test coverage detected