InvalidUsagePooledDecoderError is a type representing an error returned when decoding is called on a still pooled Decoder
| 70 | // InvalidUsagePooledDecoderError is a type representing an error returned |
| 71 | // when decoding is called on a still pooled Decoder |
| 72 | type InvalidUsagePooledDecoderError string |
| 73 | |
| 74 | func (err InvalidUsagePooledDecoderError) Error() string { |
| 75 | return string(err) |
no outgoing calls
no test coverage detected