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

ceylon.language.impl.rethrow.ceylon Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
"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