blob: 9c3d9ea98b203a8707c67a15e1844d55bc2e89ab [file] [log] [blame] [raw]
package appeng.api.exceptions;
public class AppEngException extends Exception
{
private static final long serialVersionUID = -9051434206368465494L;
public AppEngException(String t) {
super( t );
}
}