PWMexception constructor

PWMexception(
  1. PWMerrorCode errorCode,
  2. String errorMsg
)

Implementation

PWMexception(this.errorCode, this.errorMsg);