Relocate Source to proper directory.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package appeng.me;
|
||||
|
||||
public class GridException extends RuntimeException
|
||||
{
|
||||
|
||||
private static final long serialVersionUID = -8110077032108243076L;
|
||||
|
||||
public GridException(String s) {
|
||||
|
||||
super( s );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user