HiveException<T> constructor

HiveException<T>(
  1. Object error, {
  2. T? item,
  3. String? type,
})

Implementation

HiveException(this.error, {this.item, this.type});