88 die('<h2>Ouch, something broke.</h2><p>This is serious. We tried to give you a nice error page, but even that failed.</p><button onclick="location.href=\'./\';">Go back to homepage</button>'); 89 } 90 } 91 92 if (Ajde_Core_Autoloader::exists('Ajde_Exception')) {
93 $exception = new Ajde_Exception("Controller $moduleController for module {$route->getModule()} not found",
94 90008); 95 } else { 96 // Normal exception here to prevent [Class 'Ajde_Exception' not found] errors... 97 $exception = new Exception("Controller $moduleController for module {$route->getModule()} not found"); 98 }