All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.kotlin.com.intuit.playerui.utils.test.PlayerTestException.kt Maven / Gradle / Ivy

The newest version!
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