D25780
D25780
Fix exception handling in ConpherenceViewController::handleRequest()
Author: aklapper
Reviewers: O1: Blessed Committers, valerio.bozzolan
Summary: It is only possible `throw` an `Exception` class. `Aphront400Response` is not an Exception class but a `Phobject`.
Thus…