diff sat_pubsub/error.py @ 252:25a1dc7181cc

full items, with item-configuration, are returned if items are asked by the owner
author Goffi <goffi@goffi.org>
date Thu, 01 Nov 2012 19:28:43 +0100
parents eb14b8d30cba
children d55620ceafed
line wrap: on
line diff
--- a/sat_pubsub/error.py	Tue Oct 23 00:09:38 2012 +0200
+++ b/sat_pubsub/error.py	Thu Nov 01 19:28:43 2012 +0100
@@ -156,3 +156,6 @@
     """
     This node does not support publishing.
     """
+
+class BadAccessTypeError(Error):
+    pass