HiveException<T>.write constructor

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

Implementation

HiveException.write(this.error, {this.item, this.type = "Write"});