PHP Class Neos\Fusion\Fixtures\AbstractRenderingExceptionHandler

TestAbsorbingHandler
Inheritance: extends Neos\Fusion\Core\ExceptionHandlers\AbstractRenderingExceptionHandler
Show file Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Property Type Description
$exception Exception
$message string
$referenceCode string
$typoScriptPath string

Public Methods

Method Description
getException ( ) : Exception received exception
getMessage ( ) : string resulting message
getReferenceCode ( ) : mixed
getTypoScriptPath ( ) : mixed

Protected Methods

Method Description
handle ( string $typoScriptPath, Exception $exception, integer $referenceCode = null ) : string dummy implementation of message-generation-stub

Method Details

getException() public method

received exception
public getException ( ) : Exception
return Exception

getMessage() public method

resulting message
public getMessage ( ) : string
return string

getReferenceCode() public method

public getReferenceCode ( ) : mixed
return mixed

getTypoScriptPath() public method

public getTypoScriptPath ( ) : mixed
return mixed

handle() protected method

dummy implementation of message-generation-stub
protected handle ( string $typoScriptPath, Exception $exception, integer $referenceCode = null ) : string
$typoScriptPath string path causing the exception
$exception Exception exception to handle
$referenceCode integer reference code for the exception
return string

Property Details

$exception protected property

protected Exception $exception
return Exception

$message protected property

protected string $message
return string

$referenceCode protected property

protected string $referenceCode
return string

$typoScriptPath protected property

protected string $typoScriptPath
return string