aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/error.py
diff options
context:
space:
mode:
Diffstat (limited to 'yardstick/error.py')
-rw-r--r--yardstick/error.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/yardstick/error.py b/yardstick/error.py
index 9b84de1af..f22e7e049 100644
--- a/yardstick/error.py
+++ b/yardstick/error.py
@@ -13,16 +13,6 @@
# limitations under the License.
-class SSHError(Exception):
- """Class handles ssh connection error exception"""
- pass
-
-
-class SSHTimeout(SSHError):
- """Class handles ssh connection timeout exception"""
- pass
-
-
class IncorrectConfig(Exception):
"""Class handles incorrect configuration during setup"""
pass