InvalidEncodingException is raised when a supposedly huffman-encoded string is decoded and a decoding error arises
| 723 | |
| 724 | |
| 725 | class InvalidEncodingException(Exception): |
| 726 | """ InvalidEncodingException is raised when a supposedly huffman-encoded |
| 727 | string is decoded and a decoding error arises |
| 728 | """ |
| 729 | |
| 730 | |
| 731 | class HPackZString(HPackStringsInterface): |
no outgoing calls
no test coverage detected
searching dependent graphs…