Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. InterfaceNotFoundException.php

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

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\Doubler
View 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
RSS feed
Powered by Drupal