PHPSpec\Matcher\ThrowMatcher::__construct PHP Method

__construct() public method

public __construct ( Unwrapper $unwrapper, PhpSpec\Formatter\Presenter\Presenter $presenter, PhpSpec\Factory\ReflectionFactory $factory )
$unwrapper PhpSpec\Wrapper\Unwrapper
$presenter PhpSpec\Formatter\Presenter\Presenter
$factory PhpSpec\Factory\ReflectionFactory
    public function __construct(Unwrapper $unwrapper, Presenter $presenter, ReflectionFactory $factory)
    {
        $this->unwrapper = $unwrapper;
        $this->presenter = $presenter;
        $this->factory = $factory;
    }