codedang
codedang copied to clipboard
refactor(be): admin problem and submission exception handling
Description
에러 핸들링 부분을 resolver에서 service 부분으로 옮겼습니다.
Before submitting the PR, please make sure you do the following
- [ ] Read the Contributing Guidelines
- [ ] Read the Contributing Guidelines and follow the Commit Convention
- [ ] Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g.
fixes #123
). - [ ] Ideally, include relevant tests that fail without this PR but pass with it.