X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/watch/PHPEvalException.java b/net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/watch/PHPEvalException.java deleted file mode 100644 index 52f02be..0000000 --- a/net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/watch/PHPEvalException.java +++ /dev/null @@ -1,9 +0,0 @@ -package net.sourceforge.phpdt.internal.debug.core.watch; - -public class PHPEvalException extends Exception { - - public PHPEvalException(String s) { - super(s); - } - -} \ No newline at end of file