GOR (Get Or Return) is library which provide TRY macro. This macro allows easy handling exceptional circumstances (like runtime errors).
GOD is header only library which providing simple macro for handling exceptional circumstances without try...cache blocks.
c++14 or higher
gcc >= 9.1
clang >= 6.0.0
mkdir bin
cd bin
cmake ...
make
ctest -VVSimple example here