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