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