Webmozart\Console\UI\Component\ExceptionTrace::__construct PHP Méthode

__construct() public méthode

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