We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244d626 commit 7d08e95Copy full SHA for 7d08e95
src/main/java/com/moing/backend/global/config/fcm/exception/ExceptionHandler.java
@@ -18,6 +18,7 @@ public static NotificationException handleFirebaseMessagingException(FirebaseMes
18
case "UNAVAILABLE":
19
return new NotificationException("서비스를 사용할 수 없습니다: " + errorMessage);
20
default:
21
+ e.printStackTrace();
22
return new NotificationException("메시지 전송에 실패했습니다: " + errorMessage);
23
}
24
0 commit comments