* __upd__: Add `Comment()` to `diaspy.models.Post.comments` on `diaspy.models.Post...
[diaspy.git] / diaspy / errors.py
index 48d754a5393a44ad18965d33081e23c77c8a5e3a..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.