I just tried, `GLException` extends `java.lang.Run...
# getting-started
e
I just tried,
GLException
extends
java.lang.RuntimeException
, so I changed
Throwable
with it, but if I type
shouldThrow(GLException::javaClass, ..
, then I get:
Type parameter bound for T is not satisfied, inferred type is not a subset of RuntimeException
Same with
T : GLException