Subversion Repository Public Repository

litesoft

Diff Revisions 950 vs 970 for /trunk/Java/core/Anywhere/src/org/litesoft/core/util/nonpublic/LLUnexpectedExceptionHandler.java

Diff revisions: vs.
  @@ -1,6 +1,6 @@
1 1 // This Source Code is in the Public Domain per: http://unlicense.org
2 2 package org.litesoft.core.util.nonpublic;
3 3
4 - public interface LLUnexpectedExceptionHandler {
5 - public void LLhandleNonNull( String pFrom, Throwable pException );
4 + public interface LLUnexpectedExceptionHandler extends LLUnexpectedHandler {
5 + void LLhandleNonNull( String pFrom, Throwable pException );
6 6 }