PipelineExecutionNotStoppableException constructor
Implementation
PipelineExecutionNotStoppableException({String? type, String? message})
: super(
type: type,
code: 'PipelineExecutionNotStoppableException',
message: message);