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