52f02bee213843aa05e11a7f997f44f98d757e65
[phpeclipse.git] /
1 package net.sourceforge.phpdt.internal.debug.core.watch;
2
3 public class PHPEvalException extends Exception {
4
5         public PHPEvalException(String s) {
6                 super(s);
7         }
8
9 }