PatchException constructor

const PatchException(
  1. PatchErrorCode code,
  2. String message, {
  3. String? details,
})

Implementation

const PatchException(
  this.code,
  this.message, {
  this.details,
});