You are here

public function ClassMirrorException::__construct in Zircon Profile 8.0

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

File

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

Class

ClassMirrorException

Namespace

Prophecy\Exception\Doubler

Code

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