dashboard
repositories
filestore
activity
search
login
main
/
webSocketPoject
数据服务
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
代码迁移推送
zj
2024-06-03
3cab39d85e5e43b8cc95ab82c9a914386b71c999
[webSocketPoject.git]
/
websocketClient
/
src
/
main
/
java
/
org
/
example
/
parser
/
DecodingException.java
1
2
3
4
5
6
7
package org.example.parser;
public class DecodingException extends RuntimeException {
public DecodingException(String message) {
super(message);
}
}