Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
meanspec-backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MeanSpec (SCE338 2024-2 Group 1)
meanspec-backend
Commits
26ba3a6b
Commit
26ba3a6b
authored
5 months ago
by
Eunhak Lee
Browse files
Options
Downloads
Patches
Plain Diff
chore: nested exception 을 통한 오류 가시성 개선
parent
3c99c98d
No related branches found
No related tags found
1 merge request
!17
hotfix: transactions 테이블 구조 일치
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/services/myService.js
+3
-2
3 additions, 2 deletions
src/services/myService.js
with
3 additions
and
2 deletions
src/services/myService.js
+
3
−
2
View file @
26ba3a6b
...
...
@@ -92,10 +92,11 @@ const myService = {
return
{
combinationId
:
combinationId
||
null
,
};
}
catch
{
}
catch
(
e
)
{
throw
new
ReportableError
(
500
,
'
등록 코드 상태를 확인하는 중 문제가 발생했습니다.
'
'
등록 코드 상태를 확인하는 중 문제가 발생했습니다.
'
,
e
);
}
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment