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

kz.greetgo.db.ExceptionCatcher Maven / Gradle / Ivy

The newest version!
package kz.greetgo.db;

public interface ExceptionCatcher {
  void catchException(Throwable e);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy