try-catcher v1.0.1
- Created
- 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.
# 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})
# License
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
No dependencies.
# Host Dependencies
No dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
Dale Barnard