try-catcherv1.0.1
- Updated
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.
- Project website: https://github.com/daleabarnard/try-catcher
#Usage
# This package is a single header. Add this to your CMakeLists.txt after declaring the project.find_path(TRY_CATCHER_INCLUDE_DIRS "TryCatcher.h")
target_include_directories(${PROJECT_NAME} PRIVATE ${TRY_CATCHER_INCLUDE_DIRS})
#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Host Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Dale Barnard