PHP Класс Neos\Fusion\Core\ExceptionHandlers\ThrowingHandler

Наследование: extends AbstractRenderingExceptionHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
handleRenderingException ( array $typoScriptPath, Exception $exception ) : string Handle an Exception thrown while rendering TypoScript

Защищенные методы

Метод Описание
handle ( string $typoScriptPath, Exception $exception, integer $referenceCode ) : string Handles an Exception thrown while rendering TypoScript

Описание методов

handle() защищенный Метод

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
Результат string

handleRenderingException() публичный Метод

Handle an Exception thrown while rendering TypoScript
public handleRenderingException ( array $typoScriptPath, Exception $exception ) : string
$typoScriptPath array
$exception Exception
Результат string