This commit is contained in:
tanghc
2020-11-12 14:20:04 +08:00
parent a9a17731b2
commit 3ab4e70be9
3 changed files with 25 additions and 19 deletions

View File

@@ -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;