mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Documentation in ErrorPage
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@63466 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
5d3e815967
commit
2a02c8f08a
@ -1,6 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* ErrorPage holds the content for the page of an error response.
|
||||
* Renders the page on each publish action into a static HTML file
|
||||
* within the assets directory, after the naming convention
|
||||
* /assets/error-<statuscode>.html.
|
||||
* This enables us to show errors even if PHP experiences a recoverable error.
|
||||
* ErrorPages
|
||||
*
|
||||
* @package cms
|
||||
* @usedby Debug::friendlyError()
|
||||
|
Loading…
Reference in New Issue
Block a user