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