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 f22e7e049..cb4f306eb 100644
--- a/yardstick/error.py
+++ b/yardstick/error.py
@@ -26,13 +26,3 @@ class IncorrectSetup(Exception):
class IncorrectNodeSetup(IncorrectSetup):
"""Class handles incorrect setup during setup"""
pass
-
-
-class ErrorClass(object):
-
- def __init__(self, *args, **kwargs):
- if 'test' not in kwargs:
- raise RuntimeError
-
- def __getattr__(self, item):
- raise AttributeError