Mercurial > libervia-backend
comparison src/core/exceptions.py @ 1367:f71a0fc26886
merged branch frontends_multi_profiles
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 18 Mar 2015 10:52:28 +0100 |
parents | faa1129559b8 |
children | c9ef16de3f13 |
comparison
equal
deleted
inserted
replaced
1295:1e3b1f9ad6e2 | 1367:f71a0fc26886 |
---|---|
91 | 91 |
92 | 92 |
93 class PasswordError(Exception): | 93 class PasswordError(Exception): |
94 pass | 94 pass |
95 | 95 |
96 | |
97 class PermissionError(Exception): | |
98 pass | |
99 | |
100 | |
96 class SkipHistory(Exception): # used in MessageReceivedTrigger to avoid history writting | 101 class SkipHistory(Exception): # used in MessageReceivedTrigger to avoid history writting |
97 pass | 102 pass |