ReclaimError constructor

ReclaimError(
  1. String errorName,
  2. String message, [
  3. dynamic innerError
])

Implementation

ReclaimError(this.errorName, this.message, [this.innerError]);