Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 939b431

Browse files
docs(readme): add summary of BaseCustomException
1 parent 018901a commit 939b431

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎README.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,14 @@ classDiagram
110110
- `exception(Supplier<Map<String, Object>>, Throwable)`:
111111
위 메서드와 거의 같은 역할을 수행하며, 동시에 이 오류를 야기한 오류를 스택에 담습니다.
112112

113+
### BaseCustomException
114+
115+
주요 기능 요약
116+
117+
- 에러 코드를 핸들링합니다.
118+
- 오류 처리 시 동반되는 동작을 관리합니다.
119+
- 오류 처리 시 추가되는 확장 멤버를 관리합니다.
120+
113121
## Spring-Dependent Error Code
114122

115123
- `ErrorCode`: `<<interface>>`

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /