![JAR search and dependency download from the Maven repository](/logo.png)
me.saro.selenium.model.SeleniumChromeException.kt Maven / Gradle / Ivy
The newest version!
package me.saro.selenium.model
class SeleniumChromeException(
override val message: String,
override val cause: Throwable? = null
): RuntimeException() {
constructor(cause: Throwable): this(cause.message?:"", cause)
constructor(message: String): this(message, null)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy