git://secure.phpeclipse.com
/
phpeclipse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
cfe11080092b075213f9b511b1151342acfee7aa
[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
{
7
super(s);
8
}
9
10
}