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

main.kotlin.com.intuit.playerui.j2v8.bridge.runtime.PlayerRuntimeException.kt Maven / Gradle / Ivy

There is a newer version: 0.10.0-next.5
Show newest version
package com.intuit.playerui.j2v8.bridge.runtime

import com.eclipsesource.v8.V8
import com.intuit.playerui.core.bridge.PlayerRuntimeException

internal fun PlayerRuntimeException(runtime: V8, message: String) = PlayerRuntimeException(runtime.let(::Runtime), message)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy