You are here

public function ClassCreatorException::__construct in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ClassCreatorException.php \Prophecy\Exception\Doubler\ClassCreatorException::__construct()

File

vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ClassCreatorException.php, line 20

Class

ClassCreatorException

Namespace

Prophecy\Exception\Doubler

Code

public function __construct($message, ClassNode $node) {
  parent::__construct($message);
  $this->node = $node;
}