comparison sat_pubsub/error.py @ 250:eb14b8d30cba

fine tuning per-item permissions
author Goffi <goffi@goffi.org>
date Sun, 24 Jun 2012 19:35:49 +0200
parents 42048e37699e
children 25a1dc7181cc
comparison
equal deleted inserted replaced
249:aaf5e34ff765 250:eb14b8d30cba
60 60
61 61
62 def __str__(self): 62 def __str__(self):
63 return self.msg 63 return self.msg
64 64
65 class Deprecated(Exception):
66 pass
65 67
66 68
67 class NodeNotFound(Error): 69 class NodeNotFound(Error):
68 pass 70 pass
69 71