ErrorPageErrorFormatter
class ErrorPageErrorFormatter extends DebugViewFriendlyErrorFormatter (View source)
Provides {see ErrorPage}-gnostic error handling
Methods
string
output(int $statusCode)
Return the appropriate error content for the given status code
Details
int
getStatusCode()
Get default status code
$this
setStatusCode(int $statusCode)
Set default status code
string
getTitle()
Get friendly title
$this
setTitle(string $title)
Set friendly title
string
getBody()
Get default error body
$this
setBody(string $body)
Set default error body
format(array $record)
formatBatch(array $records)
string
output(int $statusCode)
Return the appropriate error content for the given status code