C++ header uses RAII to try each step of a sequence of operations, catch all exceptions that may occur, and throw a single, composite message when TryCatcher goes out of scope.
Install
Run the following Vcpkg command to install the port.
vcpkg install try-catcher
Usage
# This package is a single header. Add this to your CMakeLists.txt after declaring the project.