HoneyError constructor

HoneyError(
  1. String message,
  2. bool retry
)

Create a new HoneyError.

Implementation

HoneyError(this.message, this.retry);