Router Class Part 2

Our code currently only handles 'happy path' routing where a route and a handler can always be found.


But that is not real-world. We need to be able to extract the route info if things go to plan but bubble up some errors and handle them when things go wrong.

Complete and Continue  
Discussion

4 comments