PHP 클래스 Webmozart\Console\UI\Component\ExceptionTrace

부터: 1.0
저자: Bernhard Schussek ([email protected])
상속: implements Webmozart\Console\UI\Component
파일 보기 프로젝트 열기: webmozart/console 1 사용 예제들

공개 메소드들

메소드 설명
__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.