Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Neos
Fusion
Core
ExceptionHandlers
PlainTextHandler
PHP Class Neos\Fusion\Core\ExceptionHandlers\PlainTextHandler
Inheritance:
extends
AbstractRenderingExceptionHandler
Show file
Open project: neos/neos-development-collection
Protected Methods
Method
Description
handle
(
string
$typoScriptPath
,
Exception
$exception
,
integer
$referenceCode
) :
string
Handles an Exception thrown while rendering TypoScript
Method Details
handle()
protected
method
Handles an Exception thrown while rendering TypoScript
protected
handle
(
string
$typoScriptPath
,
Exception
$exception
,
integer
$referenceCode
) :
string
$typoScriptPath
string
path causing the exception
$exception
Exception
exception to handle
$referenceCode
integer
return
string