SyncResponseException constructor

SyncResponseException(
  1. int statusCode,
  2. String description
)

Implementation

SyncResponseException(this.statusCode, this.description);