mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 12:56:28 +08:00
4.2.0
This commit is contained in:
@@ -3,7 +3,7 @@ package com.gitee.sop.websiteserver.exception;
|
||||
/**
|
||||
* @author tanghc
|
||||
*/
|
||||
public class LoginFailureException extends RuntimeException implements ExceptionCode{
|
||||
public class LoginFailureException extends RuntimeException implements ExceptionCode {
|
||||
@Override
|
||||
public ErrorCode getCode() {
|
||||
return ErrorCode.LOGIN_FAIL;
|
||||
|
Reference in New Issue
Block a user