GPIOexception constructor

GPIOexception(
  1. GPIOerrorCode errorCode,
  2. String errorMsg
)

Implementation

GPIOexception(this.errorCode, this.errorMsg);