diff options
Diffstat (limited to 'cns-libs/cnslibs/common/exceptions.py')
-rw-r--r-- | cns-libs/cnslibs/common/exceptions.py | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/cns-libs/cnslibs/common/exceptions.py b/cns-libs/cnslibs/common/exceptions.py deleted file mode 100644 index 44daee12..00000000 --- a/cns-libs/cnslibs/common/exceptions.py +++ /dev/null @@ -1,23 +0,0 @@ -class ConfigError(Exception): - ''' - Custom exception thrown when there is an unrecoverable configuration error. - For example, a required configuration key is not found. - ''' - - -class ExecutionError(Exception): - ''' - Custom exception thrown when a command executed by Glusto results in an - unrecoverable error. - - For example, all hosts are not in peer state or a volume cannot be setup. - ''' - - -class NotSupportedException(Exception): - ''' - Custom exception thrown when we do not support a particular feature in - particular product version - - For example, pv resize is not supported in OCP version < 3.9 - ''' |