diff src/core/exceptions.py @ 562:0bb2e0d1c878

core, plugin XEP-0054: avatar upload: - plugin XEP-0054: new setAvatar bridge method - new "presence_available" trigger - new DataError
author Goffi <goffi@goffi.org>
date Fri, 28 Dec 2012 01:00:31 +0100
parents bdcd8c6c4ed4
children d1b4805124a1
line wrap: on
line diff
--- a/src/core/exceptions.py	Wed Dec 19 23:22:10 2012 +0100
+++ b/src/core/exceptions.py	Fri Dec 28 01:00:31 2012 +0100
@@ -36,3 +36,6 @@
 
 class NotFound(Exception):
     pass
+
+class DataError(Exception):
+    pass