repo.or.cz
/
unitool.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pkg-config file now has script pathes
[unitool.git]
/
base
/
EVersionSyntaxError.java
blob
4df7f87013926c8947f30505e460f04cdb01ae89
1
2
package
org
.
de
.
metux
.
unitool
.
base
;
3
4
public class
EVersionSyntaxError
extends
EUnitoolError
5
{
6
public
EVersionSyntaxError
(
String s
)
7
{
8
super
(
s
);
9
}
10
}