I am adding a simple change to PHPEvalException.java to try and fix errors during...
[phpeclipse.git] / net.sourceforge.phpeclipse.debug.core / src / net / sourceforge / phpdt / internal / debug / core / watch / PHPEvalException.java
index 52f02be..4a335fa 100644 (file)
@@ -2,8 +2,10 @@ package net.sourceforge.phpdt.internal.debug.core.watch;
 
 public class PHPEvalException extends Exception {
 
+       static final long serialVersionUID = 200708311126120L;
+
        public PHPEvalException(String s) {
                super(s);
        }
 
-}
\ No newline at end of file
+}