On Thu, Dec 7, 2017 at 11:15 AM Bartosz DziewoĆski matma.rex@gmail.com wrote:
For "expected" exceptions, you can throw ErrorPageError or one of its subclasses, which is handled internally to produce a pretty user-facing error page.
Yeah, and when you throw ErrorPageError deep enough in a code path, it can explode on cli operations. I've seen this before.
Our MWException handling is weird :\
-Chad