PosConnectorException constructor

PosConnectorException(
  1. int errorCode,
  2. String message, {
  3. dynamic cause,
})

Implementation

PosConnectorException(this.errorCode, this.message, {this.cause});