Skip to content

Add jpype.JException supertype for java.lang.Throwable

This would allow mypy accept entities, such as cern.japc.core.ParameterException or java.lang.RuntimeException, to be assigned as BaseException.__cause__

Merge request reports