dashboard
repositories
filestore
activity
search
login
main
/
dabaogp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
演示站
peternameyakj
2024-07-19
fe2746441dac652382c7cc032926a2504a0ec35a
[dabaogp.git]
/
src
/
main
/
java
/
com
/
nq
/
ws
/
parser
/
DecodingException.java
1
2
3
4
5
6
7
package com.nq.ws.parser;
public class DecodingException extends RuntimeException {
public DecodingException(String message) {
super(message);
}
}