0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-05 07:59:04 +02:00
This commit is contained in:
David Baker 2015-01-28 14:51:01 +00:00
parent 445ad9941e
commit 93aac9bb7b

View file

@ -184,6 +184,7 @@ class PushRuleStore(SQLBaseStore):
} }
) )
class RuleNotFoundException(Exception): class RuleNotFoundException(Exception):
pass pass