Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/570-feature/create-lecture-excel…
Browse files Browse the repository at this point in the history
…' into 570-feature/create-lecture-excel
  • Loading branch information
ani2689 committed Sep 1, 2024
2 parents 65e062f + 814281d commit e24a3c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ class AdminServiceImpl(
WorkbookFactory.create(it)
} catch (e: IndexOutOfBoundsException) {
throw InvalidCellTypeException("셀 서식을 텍스트로 변경해주세요.")
} catch (e: Exception) {
} catch (e: Exception) {
throw InternalServerException("엑셀 파일 처리 중 문제가 발생했습니다. info : [ errorMessage = ${e.message} ]")
}.getSheetAt(0)

Expand Down

0 comments on commit e24a3c4

Please sign in to comment.