public function ClassMirrorException::__construct in Zircon Profile 8.0
Same name and namespace in other branches
- 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
Namespace
Prophecy\Exception\DoublerCode
public function __construct($message, ReflectionClass $class) {
parent::__construct($message);
$this->class = $class;
}