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

Return Value

int

$this setStatusCode(int $statusCode)

Set default status code

Parameters

int $statusCode

Return Value

$this

string getTitle()

Get friendly title

Return Value

string

$this setTitle(string $title)

Set friendly title

Parameters

string $title

Return Value

$this

string getBody()

Get default error body

Return Value

string

$this setBody(string $body)

Set default error body

Parameters

string $body

Return Value

$this

format(array $record)

Parameters

array $record

formatBatch(array $records)

Parameters

array $records

string output(int $statusCode)

Return the appropriate error content for the given status code

Parameters

int $statusCode

Return Value

string

Content in an appropriate format for the current request