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