|
|
@ -180,7 +180,7 @@ const DIAGRAM_8_B = |
|
|
|
" ├── OSError <span class='hljs-comment'># Failures such as “file not found” or “disk full”.</span>\n" + |
|
|
|
" │ └── FileNotFoundError <span class='hljs-comment'># When a file or directory is requested but doesn't exist.</span>\n" + |
|
|
|
" ├── RuntimeError <span class='hljs-comment'># Raised by errors that don't fall in other categories.</span>\n" + |
|
|
|
" │ └── RecursionError <span class='hljs-comment'># Raised when the the maximum recursion depth is exceeded.</span>\n" + |
|
|
|
" │ └── RecursionError <span class='hljs-comment'># Raised when the maximum recursion depth is exceeded.</span>\n" + |
|
|
|
" ├── TypeError <span class='hljs-comment'># Raised when an argument is of wrong type.</span>\n" + |
|
|
|
" └── ValueError <span class='hljs-comment'># When an argument is of right type but inappropriate value.</span>\n" + |
|
|
|
" └── UnicodeError <span class='hljs-comment'># Raised when encoding/decoding strings from/to bytes fails.</span>\n"; |
|
|
|