vault backup: 2024-10-16 09:12:37

This commit is contained in:
boris
2024-10-16 09:12:37 +01:00
parent bad31f35c5
commit 124e0b67ef
190 changed files with 192115 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
```mermaid
flowchart BT
ex[Exception] --> th[Throwable]
re[RuntimeException] --> ex
ae[ArithmeticException] --> re
ioob[IndexOutOfBoundsException] --> re
iae[IllegalArgumentException] --> re
npe[NullPointerException] --> re
```