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 9aabb840..95e4ff4c 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 @@ -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)