PhidgetException constructor

PhidgetException(
  1. String message, [
  2. int? code
])

Implementation

PhidgetException(this.message, [this.code]);