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

nativeMain.com.dokar.quickjs.bridge.errors.kt Maven / Gradle / Ivy

The newest version!
package com.dokar.quickjs.bridge

import com.dokar.quickjs.qjsError

internal fun circularRefError(): Nothing =
    qjsError("Unable to map objects with circular reference.")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy