diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-01-29 16:18:34 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-01-29 16:18:34 +0000 |
commit | 295322048d7dc71ca008d85024cb538eec1e2b1a (patch) | |
tree | aa780f1ea48cab989d2802673f76b5e7e5aca285 /synapse/api | |
parent | Fix code-style (diff) | |
parent | Code style fixes. (diff) | |
download | synapse-295322048d7dc71ca008d85024cb538eec1e2b1a.tar.xz |
Merge branch 'develop' into client_v2_filter
Diffstat (limited to 'synapse/api')
-rw-r--r-- | synapse/api/errors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/api/errors.py b/synapse/api/errors.py index 5872e82d0f..ad478aa6b7 100644 --- a/synapse/api/errors.py +++ b/synapse/api/errors.py @@ -111,6 +111,7 @@ class NotFoundError(SynapseError): **kwargs ) + class AuthError(SynapseError): """An error raised when there was a problem authorising an event.""" |