From df5721181fdb8ba1534bbd1312865aa58a9e7797 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Sat, 3 Apr 2010 22:51:22 +0100 Subject: [PATCH] Added stack trace to exception page --- templates/errors/unhandled-exception.tpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/errors/unhandled-exception.tpl b/templates/errors/unhandled-exception.tpl index e697a95..58ce7f6 100644 --- a/templates/errors/unhandled-exception.tpl +++ b/templates/errors/unhandled-exception.tpl @@ -31,6 +31,10 @@ Message {$exception->getMessage()} + + Stack Trace +
{$exception->getTrace()|print_r}
+