Mercurial > libervia-backend
comparison src/core/exceptions.py @ 631:694f118d0cd5
plugin XEP-0055: implementation of Jabber Search
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 08 Sep 2013 18:05:19 +0200 |
parents | d207c2186519 |
children | 99eee75ec1b7 |
comparison
equal
deleted
inserted
replaced
630:0b914394e74f | 631:694f118d0cd5 |
---|---|
43 | 43 |
44 | 44 |
45 class DataError(Exception): | 45 class DataError(Exception): |
46 pass | 46 pass |
47 | 47 |
48 | |
48 class BridgeInitError(Exception): | 49 class BridgeInitError(Exception): |
49 pass | 50 pass |
50 | 51 |
52 | |
51 class BridgeExceptionNoService(Exception): | 53 class BridgeExceptionNoService(Exception): |
52 pass | 54 pass |