We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36467b commit 451613fCopy full SHA for 451613f
1 file changed
netapp_dataops_k8s/netapp_dataops/k8s.py
@@ -55,6 +55,7 @@ class AstraAppNotManagedError(Exception):
55
56
class AstraClusterDoesNotExistError(Exception):
57
'''Error that will be raised when a cluster doesn't exist within Astra Control'''
58
+ pass
59
60
61
class ServiceUnavailableError(Exception):
0 commit comments