diff options
author | David Baker <dave@matrix.org> | 2015-01-28 14:51:01 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-01-28 14:51:01 +0000 |
commit | 93aac9bb7b3023e6c82961b1cdd655a48ec567fb (patch) | |
tree | c2bf6a9ab7b05e2f46129b172984f562ea06a065 /synapse/storage/push_rule.py | |
parent | Redundant parens (diff) | |
download | synapse-93aac9bb7b3023e6c82961b1cdd655a48ec567fb.tar.xz |
Newline
Diffstat (limited to 'synapse/storage/push_rule.py')
-rw-r--r-- | synapse/storage/push_rule.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/storage/push_rule.py b/synapse/storage/push_rule.py index f5a736be44..48105234f6 100644 --- a/synapse/storage/push_rule.py +++ b/synapse/storage/push_rule.py @@ -184,6 +184,7 @@ class PushRuleStore(SQLBaseStore): } ) + class RuleNotFoundException(Exception): pass |