DRAWNotFoundException constructor

DRAWNotFoundException(
  1. String? reason,
  2. String? message
)

Implementation

DRAWNotFoundException(this.reason, this.message);