Mercurial > libervia-backend
comparison src/core/exceptions.py @ 559:bdcd8c6c4ed4
core: renamed badly named ConnectedProfileError
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 16 Dec 2012 18:02:43 +0100 |
parents | 2c4016921403 |
children | 0bb2e0d1c878 |
comparison
equal
deleted
inserted
replaced
558:626e85e46d7c | 559:bdcd8c6c4ed4 |
---|---|
23 pass | 23 pass |
24 | 24 |
25 class ProfileNotInCacheError(Exception): | 25 class ProfileNotInCacheError(Exception): |
26 pass | 26 pass |
27 | 27 |
28 class ConnectedProfileError(Exception): | 28 class NotConnectedProfileError(Exception): |
29 pass | 29 pass |
30 | 30 |
31 class UnknownEntityError(Exception): | 31 class UnknownEntityError(Exception): |
32 pass | 32 pass |
33 | 33 |