Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.ruoyi.playingmethod.customException;
|
||||
|
||||
public class CreateFightException extends RuntimeException{
|
||||
public CreateFightException(String msg){
|
||||
super(msg);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
package com.ruoyi.playingmethod.customException;
|
||||
|
||||
// websocket用户重复连接异常
|
||||
public class WsRepetitiontException extends RuntimeException{
|
||||
public WsRepetitiontException(String msg){
|
||||
super(msg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user