mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
init2
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package net.slightlymagic.braids.util;
|
||||
|
||||
/**
|
||||
* Like Runnable, but it can throw any Exception.
|
||||
*/
|
||||
public interface ClumsyRunnable {
|
||||
public void run() throws Exception;
|
||||
}
|
||||
Reference in New Issue
Block a user