PipelineDeletedException constructor

PipelineDeletedException({
  1. String? message,
})

Implementation

PipelineDeletedException({
  this.message,
});