/throw

C++ exceptions helpers

Primary LanguageC++MIT LicenseMIT

Build Status

throw

C++ exceptions/logging helpers

Usage

  1. Format the header file:

    cat include/throw/throw.hpp | sed 's|%PREFIX%|MY_PREFIX|g' > mythrow.hpp

  2. Include to project: #include "mythrow.hpp"

  3. Profit!

Example.