
ai.platon.pulsar.protocol.browser.Exceptions.kt Maven / Gradle / Ivy
package ai.platon.pulsar.protocol.browser
import ai.platon.pulsar.skeleton.crawl.fetch.driver.WebDriverException
class UnsupportedWebDriverException : WebDriverException {
constructor(message: String) : super(message)
constructor(message: String, cause: Throwable): super(message, cause)
}
class BrowserLaunchException : WebDriverException {
constructor(message: String) : super(message)
constructor(message: String, cause: Throwable): super(message, cause)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy