aboutsummaryrefslogtreecommitdiffstats
path: root/python_moonclient/python_moonclient/core/cli_exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'python_moonclient/python_moonclient/core/cli_exceptions.py')
-rw-r--r--python_moonclient/python_moonclient/core/cli_exceptions.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/python_moonclient/python_moonclient/core/cli_exceptions.py b/python_moonclient/python_moonclient/core/cli_exceptions.py
deleted file mode 100644
index 01fd23e0..00000000
--- a/python_moonclient/python_moonclient/core/cli_exceptions.py
+++ /dev/null
@@ -1,4 +0,0 @@
-class MoonCliException(Exception):
- def __init__(self, message):
- # Call the base class constructor with the parameters it needs
- super(MoonCliException, self).__init__(message)