mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-24 23:23:08 +01:00
Old-style exceptions are syntax errors in Python 3 while new-style exceptions work as expected on both Python 2 and Python 3. Closes #10622