VasatError constructor

VasatError(
  1. String error, {
  2. int status = 500,
  3. String description = "",
  4. Exception? exception,
})

Implementation

VasatError(this.error, {this.status = 500, this.description = "", this.exception});