exception message수정

This commit is contained in:
jaewohong
2026-01-19 12:03:55 +09:00
parent a85c035e6d
commit 0b5033daa3
@@ -159,7 +159,7 @@ public class ApiAuthFilter implements HttpAdapterFilter {
throw e; throw e;
} catch (Exception e) { } catch (Exception e) {
logger.error(e.getMessage()); logger.error(e.getMessage());
throw new JwtAuthException(ERROR_AUTHENTICATION_FAIL, "Token invalid"); throw new JwtAuthException(ERROR_AUTHENTICATION_FAIL, "Token unknown Error", e);
} }
break; break;
case "api_key": case "api_key":