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
deadalnixPushed on May 14 2017, 22:04
Parents
rABC3480bf7c650b: Merge pull request #3736
Branches
Unknown
Tags
Unknown

Event Timeline

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