StoreConnectorError constructor

StoreConnectorError(
  1. Type type,
  2. Object? debug
)

Implementation

StoreConnectorError(this.type, this.debug);