LedException constructor

LedException(
  1. LedErrorCode errorCode,
  2. String errorMsg
)

Implementation

LedException(this.errorCode, this.errorMsg);