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

python.PythonExecutionException.kt Maven / Gradle / Ivy

package python

import java.lang.Exception

class PythonExecutionException(msg: String?) : Exception(msg)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy