* __upd__: Add `Comment()` to `diaspy.models.Post.comments` on `diaspy.models.Post...
[diaspy.git] / diaspy / errors.py
index d5d3f0e6ab52df02fcd13f4968dca8efc896e6b6..5aa612a309cb60ec8b4d6eb3c2ad0e459ddf0232 100644 (file)
@@ -72,6 +72,10 @@ class SearchError(DiaspyError):
        """
        pass
 
+class NotificationError(DiaspyError):
+       """Exception raised when something related to notifications goes wrong.
+       """
+       pass
 
 class ConversationError(DiaspyError):
        """Exception raised when something related to conversations goes wrong.
@@ -111,7 +115,7 @@ class SearchError(DiaspyError):
        pass
 
 class TagError(DiaspyError):
-       """Exception raised when something related to settings goes wrong.
+       """Exception raised when something related to a tag goes wrong.
        """
        pass