You are here

public function ClassNotFoundException::getClassname in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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

ClassNotFoundException

Namespace

Prophecy\Exception\Doubler

Code

public function getClassname() {
  return $this->classname;
}