Page MenuHomePhabricator

Touch up Exception UI
Closed, ResolvedPublic

Description

See D11126

Revisions and Commits

Event Timeline

chad claimed this task.
chad raised the priority of this task from to Normal.
chad updated the task description. (Show Details)
chad added projects: Design, Unknown Object (Project).
chad added subscribers: chad, epriestley.

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 {

Need to nuke #d3net too. Keep finding stragglers.