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