Files
pallectrum/electrum
SomberNight d0f0669e8f crash reporter: send traceback for full chain of exceptions
Previously if there was a chain of exceptions, we were only
sending the traceback for the final exception.

E.g.
try:
    raise ExcOne("asdasd")
except ExcOne() as e:
    raise ExcTwo("qweqwe") from e

^ we would lose all info about ExcOne, including potentially many lines of trace
2021-07-12 19:24:58 +02:00
..
2021-02-17 17:28:13 +01:00
2021-07-02 18:44:39 +02:00
2021-04-30 19:43:53 +02:00
2021-04-02 09:38:39 +02:00
2021-03-23 17:30:40 +01:00
2021-03-21 00:36:23 -04:00
2021-03-21 00:36:23 -04:00
2021-04-08 19:49:43 +02:00
2021-03-21 00:36:23 -04:00
2021-04-01 03:33:16 +02:00
2021-04-02 09:38:39 +02:00
2021-03-21 00:36:23 -04:00
2021-07-02 18:44:39 +02:00
2021-06-10 18:52:12 +02:00
2021-03-12 12:41:10 +01:00
2021-03-21 00:36:23 -04:00
2021-03-21 00:36:23 -04:00
2021-05-06 19:47:22 +09:00
2021-05-06 19:47:22 +09:00
2021-06-22 19:24:16 +02:00
2021-03-21 00:36:23 -04:00
2021-06-17 14:03:06 +02:00