mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-17 17:54:06 -05:00
![Dan Callahan](/assets/img/avatar_default.png)
We can get away with just catching UnicodeError here. ⋮ +-- ValueError | +-- UnicodeError | +-- UnicodeDecodeError | +-- UnicodeEncodeError | +-- UnicodeTranslateError ⋮ https://docs.python.org/3/library/exceptions.html#exception-hierarchy Signed-off-by: Dan Callahan <danc@element.io>