I2Cexception constructor

I2Cexception(
  1. I2CerrorCode errorCode,
  2. String errorMsg
)

Implementation

I2Cexception(this.errorCode, this.errorMsg);