ConsumerException constructor

ConsumerException(
  1. String message, {
  2. bool requeue = false,
})

Implementation

ConsumerException(this.message, {this.requeue = false});