Updates branch sol006 with master
[osm/osmclient.git] / osmclient / common / exceptions.py
index 0be2778..12de003 100644 (file)
@@ -19,5 +19,9 @@ class ClientException(Exception):
     pass
 
 
-class NotFound(ClientException):
+class OsmHttpException(ClientException):
+    pass
+
+
+class NotFound(OsmHttpException):
     pass