ceylon.language.impl.rethrow.ceylon Maven / Gradle / Ivy
"Rethrows an exception without declaring it. This is used as a cheap replacement for
Unsafe.throwException() in our Java Util class, used by the metamodel."
by ("Stephane Epardaud")
shared void rethrow(Throwable x){
throw x;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy