Mercurial > libervia-backend
diff src/core/exceptions.py @ 486:0d9908ac775e
core: entity cache misc data management + error moved to core.exceptions in memory
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 17 Aug 2012 03:07:22 +0200 |
parents | 2a072735e459 |
children | e9634d2e7b38 |
line wrap: on
line diff
--- a/src/core/exceptions.py Thu Aug 16 15:17:16 2012 +0200 +++ b/src/core/exceptions.py Fri Aug 17 03:07:22 2012 +0200 @@ -21,3 +21,12 @@ class ProfileUnknownError(Exception): pass + +class ProfileNotInCacheError(Exception): + pass + +class ConnectedProfileError(Exception): + pass + +class UnknownEntityError(Exception): + pass