mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 07:19:08 +08:00
8 lines
328 B
JSON
8 lines
328 B
JSON
|
{
|
||
|
"name": "try-catcher",
|
||
|
"version": "1.0.1",
|
||
|
"description": "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.",
|
||
|
"homepage": "https://github.com/daleabarnard/try-catcher",
|
||
|
"license": "MIT"
|
||
|
}
|