]> git.ipfire.org Git - thirdparty/squid.git/commit
Catch std::exception to catch more printable exceptions. TextException is
authorAlex Rousskov <rousskov@measurement-factory.com>
Mon, 29 Sep 2008 07:28:13 +0000 (01:28 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Mon, 29 Sep 2008 07:28:13 +0000 (01:28 -0600)
commitbba7c3d0a94d5c8f403913845be0e6cf32b54308
treedd0052361d004b4fca9229dfb692195b29c9544a
parent1f072378900fd8d048410c8960a19cb682752f88
Catch std::exception to catch more printable exceptions. TextException is
not an std::exception [child].

Rethrow exceptions caught in main() to minimize catching side-effects. May
need more work.
src/main.cc