From 814281d1700afc231b17f22b7e159fc9a4bbe9a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=85=B8=ED=98=84=EC=A3=BC?= <106813267+ani2689@users.noreply.github.com> Date: Mon, 2 Sep 2024 00:33:15 +0900 Subject: [PATCH] =?UTF-8?q?update=20::=20=EB=B6=88=ED=95=84=EC=9A=94?= =?UTF-8?q?=ED=95=9C=20=EA=B3=B5=EB=B0=B1=20=EC=9E=85=EB=A0=A5=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 박주홍 <103554978+JuuuuHong@users.noreply.github.com> --- .../kotlin/team/msg/domain/admin/service/AdminServiceImpl.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitgouel-api/src/main/kotlin/team/msg/domain/admin/service/AdminServiceImpl.kt b/bitgouel-api/src/main/kotlin/team/msg/domain/admin/service/AdminServiceImpl.kt index a51e0750..8c39e628 100644 --- a/bitgouel-api/src/main/kotlin/team/msg/domain/admin/service/AdminServiceImpl.kt +++ b/bitgouel-api/src/main/kotlin/team/msg/domain/admin/service/AdminServiceImpl.kt @@ -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} ]") }