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
/
EPkgConfigError.java
blob
3109f027e7318162411091f59768aafdc879beb5
1
2
package
org
.
de
.
metux
.
unitool
.
base
;
3
4
public class
EPkgConfigError
extends
EUnitoolError
5
{
6
public
EPkgConfigError
(
String s
)
7
{
8
super
(
s
);
9
}
10
11
public
EPkgConfigError
(
String s
,
Throwable t
)
12
{
13
super
(
s
,
t
);
14
}
15
}