]> cygwin.com Git - cygwin-apps/setup.git/commit
Throw exceptions instead of exiting with error codes
authorKen Brown <kbrown@cornell.edu>
Tue, 19 Dec 2017 16:10:22 +0000 (11:10 -0500)
committerKen Brown <kbrown@cornell.edu>
Mon, 8 Jan 2018 14:43:57 +0000 (09:43 -0500)
commit27820085c4a706d9c59a7faae1ac9efa1c0b3cba
treec0e468597d0b15e8a799211de016288e2c7be72d
parenta6eab5a89c66fc2c65f2171d301aa36175168b1f
Throw exceptions instead of exiting with error codes

There were two places in PickView.cc and one in choose.cc where setup
would silently die with an error code.  Change this so that setup now
throws exceptions.  The exceptions are caught by
TOPLEVEL_CATCH("DialogProc") in PropertyPage::DialogProc().
Exception.h
PickView.cc
choose.cc
This page took 0.032899 seconds and 5 git commands to generate.