Hey guys I just noticed that all the links to "exception hierarchy" in the 
system module docs 
([https://nim-lang.org/docs/system.html](https://nim-lang.org/docs/system.html))
 point to 
[https://nim-lang.org/docs/system.html#exception-hierarchy](https://nim-lang.org/docs/system.html#exception-hierarchy).
 However, that link doesn't appear to be valid, there is no "Exception 
Hierachy" in that doc page.

There is however an Exception Hierarchy section in the manual: 
[https://nim-lang.org/docs/manual.html#exception-handling-exception-hierarchy](https://nim-lang.org/docs/manual.html#exception-handling-exception-hierarchy)

I'm working my way through **Nim in Action** (it's great btw Dom, really nice 
work loving it), and I got to the part in Chapter 2 about Exceptions, so I went 
digging in the docs to learn more and hit this problem, thought I'd bring it up.

Reply via email to