HiveException<T>.read constructor

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

Implementation

HiveException.read(this.error, {this.item, this.type = "Read"});