foo.cpp ---------------------------------------------------- #include #include "foo.h" void Foo::bar() { throw std::runtime_error("oh no!"); }