PairingException constructor

PairingException([
  1. dynamic error
])

Implementation

PairingException([dynamic error]) {
  message = _errorParser(error);
}