mailiverse/java/core/src/core/util/ExceptionHandler.java

12 lines
196 B
Java
Raw Normal View History

2013-07-14 12:38:31 -04:00
/**
* Author: Timothy Prepscius
* License: GPLv3 Affero + keep my name in the code!
*/
package core.util;
public interface ExceptionHandler
{
public void exception (Object ... arguments);
}