com.github.akurilov.commons.lang.Exceptions Maven / Gradle / Ivy
package com.github.akurilov.commons.lang;
public interface Exceptions {
@SuppressWarnings("unchecked")
static void throwUnchecked(final Throwable t)
throws T {
throw (T) t;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy