mirror of
https://github.com/androidx/media.git
synced 2025-05-13 02:29:52 +08:00

Refactor to replace instances of `RuntimeException` with `IllegalStateException`. This change ensures exceptions can be handled more specifically without unintended catches of unrelated exceptions. PiperOrigin-RevId: 658337459