From 2a02c8f08ace5167619640acdbfc11a1400a7bf8 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 1 Oct 2008 14:57:06 +0000 Subject: [PATCH] MINOR Documentation in ErrorPage git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@63466 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/model/ErrorPage.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/model/ErrorPage.php b/core/model/ErrorPage.php index f73051367..ce35c7519 100755 --- a/core/model/ErrorPage.php +++ b/core/model/ErrorPage.php @@ -1,6 +1,11 @@ .html. + * This enables us to show errors even if PHP experiences a recoverable error. + * ErrorPages * * @package cms * @usedby Debug::friendlyError()