mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-10-23 19:37:39 +00:00

The wrong @Decorator was put in the wrong place to mark the throwable fieldd as transient, now this is fixed and the exception is not serialized. So if a non-serializable throwable is passed, that's not an issue, since it's not going to be serialized. The need for EnsureExceptionSerializable is also gone.