HiveException<T>.update constructor

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

Implementation

HiveException.update(this.error, {this.item, this.type = "Update"});