diff --git a/Jawoo Koo.txt b/Jawoo Koo.txt new file mode 100644 index 0000000..996c45e --- /dev/null +++ b/Jawoo Koo.txt @@ -0,0 +1,9 @@ +package toucan_1308_ravan; + +public class ExceptionHandler implements Thread.UncaughtExceptionHandler +{ + public void uncaughtException (Thread t, Throwable e) + { + System.out.println("> Oops at "+t.getName()); + } +}