comparison src/core/exceptions.py @ 501:e9634d2e7b38

core, quick_frontend, primitivus, wix: Contacts List refactoring phase 1: - QuickContactManagement is not used anymore and will be removed, ContactList + Core are used instead - disconnected contacts are now displayed in Primitivus (M-d to show/hide them) - avatars are temporary unavailable in wix - new bridge method: getContactsFromGroup
author Goffi <goffi@goffi.org>
date Tue, 25 Sep 2012 00:58:34 +0200
parents 0d9908ac775e
children 2c4016921403
comparison
equal deleted inserted replaced
500:00d3679976ab 501:e9634d2e7b38
28 class ConnectedProfileError(Exception): 28 class ConnectedProfileError(Exception):
29 pass 29 pass
30 30
31 class UnknownEntityError(Exception): 31 class UnknownEntityError(Exception):
32 pass 32 pass
33
34 class UnknownGroupError(Exception):
35 pass