Convert SSH custom exceptions to Yardstick exceptions
[yardstick.git] / yardstick / error.py
index 9b84de1..f22e7e0 100644 (file)
 # 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