class InterfaceNotFoundException
Hierarchy
- class \Prophecy\Exception\Doubler\DoubleException extends \RuntimeException implements \Prophecy\Exception\Doubler\DoublerException
- class \Prophecy\Exception\Doubler\ClassNotFoundException extends \Prophecy\Exception\Doubler\DoubleException
- class \Prophecy\Exception\Doubler\InterfaceNotFoundException extends \Prophecy\Exception\Doubler\ClassNotFoundException
- class \Prophecy\Exception\Doubler\ClassNotFoundException extends \Prophecy\Exception\Doubler\DoubleException
Expanded class hierarchy of InterfaceNotFoundException
2 files declare their use of InterfaceNotFoundException
- LazyDouble.php in vendor/
phpspec/ prophecy/ src/ Prophecy/ Doubler/ LazyDouble.php - ProphecyTrait.php in vendor/
phpspec/ prophecy-phpunit/ src/ ProphecyTrait.php
File
-
vendor/
phpspec/ prophecy/ src/ Prophecy/ Exception/ Doubler/ InterfaceNotFoundException.php, line 14
Namespace
Prophecy\Exception\DoublerView source
class InterfaceNotFoundException extends ClassNotFoundException {
/**
* @return string
*/
public function getInterfaceName() {
return $this->getClassname();
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
ClassNotFoundException::$classname | private | property | |
ClassNotFoundException::getClassname | public | function | |
ClassNotFoundException::__construct | public | function | |
InterfaceNotFoundException::getInterfaceName | public | function |