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

pipiz.exception.IExceptionHandler Maven / Gradle / Ivy

The newest version!
package pipiz.exception;

import pipiz.Buggy;

public interface IExceptionHandler {

    void handle(Exception e, Buggy context, Buggy.Worker targetWorker);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy