Skip to content

Commit

Permalink
update :: 불필요한 공백 입력 삭제
Browse files Browse the repository at this point in the history
Co-authored-by: 박주홍 <103554978+JuuuuHong@users.noreply.github.com>
  • Loading branch information
ani2689 and JuuuuHong authored Sep 1, 2024
1 parent 6459d1c commit 814281d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ class AdminServiceImpl(
WorkbookFactory.create(file.inputStream)
} catch (e: IndexOutOfBoundsException) {
throw InvalidCellTypeException("셀 서식을 텍스트로 변경해주세요.")
} catch (e: Exception) {
} catch (e: Exception) {
throw InternalServerException("엑셀 파일 처리 중 문제가 발생했습니다. info : [ errorMessage = ${e.message} ]")
}

Expand Down

0 comments on commit 814281d

Please sign in to comment.