Webmozart\Console\UI\Component\ExceptionTrace::__construct PHP Метод

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

Creates a renderer for the given exception.
public __construct ( Exception $exception )
$exception Exception The exception to render.
    public function __construct(Exception $exception)
    {
        $this->exception = $exception;
    }