InvalidHeaderException constructor

InvalidHeaderException(
  1. int expectedBytes,
  2. int actualBytes
)

Default constructor

Implementation

InvalidHeaderException(this.expectedBytes, this.actualBytes);