DebugViewFriendlyErrorFormatter
class DebugViewFriendlyErrorFormatter implements FormatterInterface (View source)
Produce a friendly error message
Methods
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)
No description
formatBatch(array $records)
No description
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