Class ExceptionHandler

Summary

Fully Qualified Name: Zend\Log\Formatter\ExceptionHandler
Implements: FormatterInterface

Description

Methods

Name Description Defined By
format() This method formats the event for the PHP Exception ExceptionHandler
getDateTimeFormat() {@inheritDoc} ExceptionHandler
setDateTimeFormat() {@inheritDoc} ExceptionHandler

Method Details

format()

This method formats the event for the PHP Exception

Parameter Name Type Description
$event array

Returns: string

getDateTimeFormat()

{@inheritDoc}

Returns:

setDateTimeFormat()

{@inheritDoc}

Parameter Name Type Description
$dateTimeFormat

Returns:

Top