net.lenni0451.lambdaevents.handler.ExceptionHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of LambdaEvents Show documentation
Show all versions of LambdaEvents Show documentation
Fast and modular event library for Java
The newest version!
package net.lenni0451.lambdaevents.handler;
import net.lenni0451.lambdaevents.IExceptionHandler;
/**
* Deprecated! Please use {@link IExceptionHandler} instead
*/
@Deprecated
public interface ExceptionHandler extends IExceptionHandler {
}