Exception constructor

Exception({
  1. String? payload,
})

Implementation

Exception({
  this.payload,
});