forked from pmc9py4oq/software_teamwork
parent
095ae0ef4c
commit
147865213c
@ -0,0 +1,8 @@
|
|||||||
|
package com.example.User.Exceptions;
|
||||||
|
|
||||||
|
//处理登陆失败异常
|
||||||
|
public class LoginFailedException extends Exception{
|
||||||
|
public LoginFailedException(String message){
|
||||||
|
super(message);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue