
main.kotlin.com.intuit.playerui.utils.test.PlayerTestException.kt Maven / Gradle / Ivy
package com.intuit.playerui.utils.test
import com.intuit.playerui.core.player.PlayerException
/** Exception denoting an issue during [PlayerTest] setup or teardown */
public class PlayerTestException(message: String, cause: Throwable? = null) : PlayerException(message, cause)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy