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 ffe19f5

Browse files
docs(readme): keep editing mermaid (remove parameter names)
1 parent 16f3ef5 commit ffe19f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ classDiagram
5757
+message() String
5858
+statusCode() int
5959
+exception() RuntimeException
60-
+exception(Throwable cause) RuntimeException
61-
+exception(Runnable action) RuntimeException
62-
+exception(Runnable action, Throwable cause) RuntimeException
63-
+exception(Supplier<Map<String,Object>> payloadSupplier) RuntimeException
64-
+exception(Supplier<Map<String,Object>> payloadSupplier, Throwable cause) RuntimeException
60+
+exception(Throwable) RuntimeException
61+
+exception(Runnable) RuntimeException
62+
+exception(Runnable, Throwable) RuntimeException
63+
+exception(Supplier<Map<String,Object>>) RuntimeException
64+
+exception(Supplier<Map<String,Object>>, Throwable) RuntimeException
6565
}
6666
6767
class BaseCustomException {

0 commit comments

Comments
(0)

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