We should use this thread to further discuss error handling. Currently, we return an error like so: ``` if(auto err = some_function()) { // handle error } ``` @asuessenbach would you be able to make a PR showing how we can use exceptions?
We should use this thread to further discuss error handling.
Currently, we return an error like so:
@asuessenbach would you be able to make a PR showing how we can use exceptions?