public function ClassNotFoundException::__construct in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/debug/Exception/ClassNotFoundException.php \Symfony\Component\Debug\Exception\ClassNotFoundException::__construct()
- 8 vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ClassNotFoundException.php \Prophecy\Exception\Doubler\ClassNotFoundException::__construct()
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ClassNotFoundException.php \Prophecy\Exception\Doubler\ClassNotFoundException::__construct()
Parameters
string $message:
string $classname:
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Exception/ Doubler/ ClassNotFoundException.php, line 22
Class
Namespace
Prophecy\Exception\DoublerCode
public function __construct($message, $classname) {
parent::__construct($message);
$this->classname = $classname;
}