![JAR search and dependency download from the Maven repository](/logo.png)
jvmTest.org.luaj.vm2.require.RequireSampleLoadRuntimeExcep.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of luak Show documentation
Show all versions of luak Show documentation
Port of luaj to Kotlin Common
package org.luaj.vm2.require
import org.luaj.vm2.LuaValue
import org.luaj.vm2.lib.ZeroArgFunction
/**
* This should fail while trying to load via "require()" because it throws a RuntimeException
*
*/
class RequireSampleLoadRuntimeExcep : ZeroArgFunction() {
override fun call(): LuaValue = throw RuntimeException("sample-load-runtime-exception")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy