A C++ header that uses the RAII pattern to simplify catching and reporting errors for a sequence of steps, throwing all accumulated exception messages as a single exception when going 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.