Ref T1806. Ref T7173. Depends on D14047.
Currently, all exception handling is in this big messy clump in AphrontDefaultApplicationConfiguration.
Split it out into modular classes. This will let a future change add new classes in the Phacility cluster which intercept particular exceptions we care about and replaces the default, generic responses with more useful, tailored responses.