PHP Class Neos\Fusion\Core\ExceptionHandlers\XmlCommentHandler

Inheritance: extends AbstractRenderingExceptionHandler
Show file Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Property Type Description
$systemLogger Neos\Flow\Log\SystemLoggerInterface

Protected Methods

Method Description
handle ( string $typoScriptPath, Exception $exception, integer $referenceCode ) : string Provides an XML comment containing the exception

Method Details

handle() protected method

Provides an XML comment containing the exception
protected handle ( string $typoScriptPath, Exception $exception, integer $referenceCode ) : string
$typoScriptPath string path causing the exception
$exception Exception exception to handle
$referenceCode integer
return string

Property Details

$systemLogger protected property

protected SystemLoggerInterface,Neos\Flow\Log $systemLogger
return Neos\Flow\Log\SystemLoggerInterface