Mercurial > libervia-pubsub
comparison 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 |
comparison
equal
deleted
inserted
replaced
251:0a7d43b3dad6 | 252:25a1dc7181cc |
---|---|
154 | 154 |
155 class NoPublishing(Error): | 155 class NoPublishing(Error): |
156 """ | 156 """ |
157 This node does not support publishing. | 157 This node does not support publishing. |
158 """ | 158 """ |
159 | |
160 class BadAccessTypeError(Error): | |
161 pass |