Mercurial > libervia-pubsub
diff idavoll/backend.py @ 34:b65b7ea5c992
Remove nonsense message.
Add NotSubscribed exception.
author | Ralph Meijer <ralphm@ik.nu> |
---|---|
date | Sun, 31 Oct 2004 15:55:38 +0000 |
parents | d4fc29bb5381 |
children | 788114f9b5bc |
line wrap: on
line diff
--- a/idavoll/backend.py Tue Oct 26 16:30:39 2004 +0000 +++ b/idavoll/backend.py Sun Oct 31 15:55:38 2004 +0000 @@ -27,7 +27,10 @@ pass class NotImplemented(Error): - msg = 'Oops!' + pass + +class NotSubscribed(Error): + pass class IBackendService(components.Interface): """ Interface to a backend service of a pubsub service. """