public function ClassNotFoundException::getClassname in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ClassNotFoundException.php \Prophecy\Exception\Doubler\ClassNotFoundException::getClassname()
1 call to ClassNotFoundException::getClassname()
- InterfaceNotFoundException::getInterfaceName in vendor/
phpspec/ prophecy/ src/ Prophecy/ Exception/ Doubler/ InterfaceNotFoundException.php
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Exception/ Doubler/ ClassNotFoundException.php, line 29
Class
Namespace
Prophecy\Exception\DoublerCode
public function getClassname() {
return $this->classname;
}