Webmozart\Console\UI\Component\ExceptionTrace::renderException PHP Method

renderException() private method

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);
    }