RootCauseException constructor

RootCauseException({
  1. String? message,
  2. String? name,
})

Implementation

RootCauseException({
  this.message,
  this.name,
});