Mercurial > libervia-pubsub
changeset 34:b65b7ea5c992
Remove nonsense message.
Add NotSubscribed exception.
author | Ralph Meijer <ralphm@ik.nu> |
---|---|
date | Sun, 31 Oct 2004 15:55:38 +0000 |
parents | 7e9bee656986 |
children | c51bca11699b |
files | idavoll/backend.py |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
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. """