Skip to content

Commit

Permalink
fix: 디버그용 스택트레이스 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
mingeun0507 committed Feb 28, 2024
1 parent efc2a20 commit df208b9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public void initialize() {
FirebaseApp.initializeApp(options);
}
} catch (final Exception e) {
e.printStackTrace();
throw CustomException.of(ErrorDetails.FIREBASE_INTEGRATION_FAILED);
}
}
Expand Down

0 comments on commit df208b9

Please sign in to comment.