Webmozart\Console\UI\Component\ExceptionTrace::renderException PHP 메소드

renderException() 개인적인 메소드

private renderException ( IO $io, Exception $exception )
$io Webmozart\Console\Api\IO\IO
$exception Exception
    private function renderException(IO $io, Exception $exception)
    {
        $this->printBox($io, $exception);
        $this->printTrace($io, $exception);
    }