git://secure.phpeclipse.com
/
phpeclipse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4a335fa02c69516fbb796a7e702dd4ca69c08d44
[phpeclipse.git]
/
net.sourceforge.phpeclipse.debug.core
/
src
/
net
/
sourceforge
/
phpdt
/
internal
/
debug
/
core
/
watch
/
PHPEvalException.java
1
package net.sourceforge.phpdt.internal.debug.core.watch;
2
3
public class PHPEvalException extends Exception {
4
5
static final long serialVersionUID = 200708311126120L;
6
7
public PHPEvalException(String s) {
8
super(s);
9
}
10
11
}