HiveException<T>.delete constructor

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

Implementation

HiveException.delete(this.error, {this.item, this.type = "Delete"});