main.kotlin.com.intuit.playerui.j2v8.bridge.runtime.PlayerRuntimeException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of j2v8 Show documentation
Show all versions of j2v8 Show documentation
A cross-platform semantic rendering engine
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)