DRAWUnknownResponseException constructor

DRAWUnknownResponseException(
  1. int status,
  2. String message
)

Implementation

DRAWUnknownResponseException(this.status, this.message);