1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-03-10 13:38:17 +00:00
TobiGr f2c2f1735e Replace RuntimeException with IOException
The RuntimeException was not explicitly declared and thus not caught at every call of this constructor. This change ensures that this possible exception is handled by the dedicated error handlers.
2023-09-17 15:31:19 +02:00
..