HomePhabricator

Replace PrintException with PrintExceptionContinue + throw
44235713ed0aUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Replace PrintException with PrintExceptionContinue + throw

Just a pet peeve.

(PrintException has exactly the same body as PrintExceptionContinue but
does a re-throw at the end. Move these re-throws to the call
site, this aids understanding what is going on as well as eliminates a
bit of code duplication in util.cpp)

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Feb 26 2014, 12:23
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING3480bf7c650b: Merge pull request #3736
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rSTAGING44235713ed0a: Replace PrintException with PrintExceptionContinue + throw (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Feb 26 2014, 12:23