See D11126
Description
Description
Revisions and Commits
Revisions and Commits
rP Phabricator | |||
D11161 | rP800b3b030f1c Basic style for exception page |
Related Objects
Related Objects
- Mentioned Here
- D11126: Improve top-level exception handling
Event Timeline
Comment Actions
After D11126, you can test this by doing something like this:
diff --git a/webroot/index.php b/webroot/index.php index 7c41719..ab91683 100644 --- a/webroot/index.php +++ b/webroot/index.php @@ -16,6 +16,9 @@ try { $sink = new AphrontPHPHTTPSink(); try { + + throw new Exception("Test the new error page."); + AphrontApplicationConfiguration::runHTTPRequest($sink); } catch (Exception $ex) { try {