PHP Класс Webmozart\Console\UI\Component\ExceptionTrace

С версии: 1.0
Автор: Bernhard Schussek ([email protected])
Наследование: implements Webmozart\Console\UI\Component
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( Exception $exception ) Creates a renderer for the given exception.
render ( IO $io, integer $indentation ) Renders the exception trace.

Приватные методы

Метод Описание
printBox ( IO $io, Exception $exception )
printTrace ( IO $io, Exception $exception )
renderException ( IO $io, Exception $exception )

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

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

Creates a renderer for the given exception.
public __construct ( Exception $exception )
$exception Exception The exception to render.

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

Renders the exception trace.
public render ( IO $io, integer $indentation )
$io Webmozart\Console\Api\IO\IO The I/O.
$indentation integer The number of spaces to indent.