class InterfaceNotFoundException in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/InterfaceNotFoundException.php \Prophecy\Exception\Doubler\InterfaceNotFoundException
Hierarchy
- class \Prophecy\Exception\Doubler\DoubleException extends \RuntimeException implements DoublerException
- class \Prophecy\Exception\Doubler\ClassNotFoundException
- class \Prophecy\Exception\Doubler\InterfaceNotFoundException
- class \Prophecy\Exception\Doubler\ClassNotFoundException
Expanded class hierarchy of InterfaceNotFoundException
1 file declares its use of InterfaceNotFoundException
- LazyDouble.php in vendor/
phpspec/ prophecy/ src/ Prophecy/ Doubler/ LazyDouble.php
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Exception/ Doubler/ InterfaceNotFoundException.php, line 14
Namespace
Prophecy\Exception\DoublerView source
class InterfaceNotFoundException extends ClassNotFoundException {
public function getInterfaceName() {
return $this
->getClassname();
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ClassNotFoundException:: |
private | property | ||
ClassNotFoundException:: |
public | function | ||
ClassNotFoundException:: |
public | function | ||
Exception:: |
public | function | ||
InterfaceNotFoundException:: |
public | function |