Remove CAF_EXP_THROW and simplify CAF_RAISE_ERROR
The old `CAF_EXP_THROW` is obsolete because of the much nicer `unbox` utility in the testing DSL. Further, `CAF_RAISE_ERROR` can simply take a C string instead of doing the `std::string` conversions.
Showing
Please register or sign in to comment