@@ -130,7 +130,7 @@ class Application{
$this->LoadPage($page, $action, $params);
} catch (Exception $e){
Utils::var_dump_email($e);
- throw $e;
+ $this->LoadPage("E500", "Index", array());
}