Searched refs:InvalidEncodingException (Results 1 – 2 of 2) sorted by relevance
717 class InvalidEncodingException(Exception): class1071 raise InvalidEncodingException('Huffman decoder met the full EOS symbol')1079 raise InvalidEncodingException('Should never happen, so incidentally it will')1087 … raise InvalidEncodingException('Huffman decoder is detecting padding longer than 7 bits')1091 … raise InvalidEncodingException('Huffman decoder is detecting unexpected padding format')1159 raise InvalidEncodingException('Huffman unique prefix violation :/')
238 expect_exception(h2.InvalidEncodingException,