You are here

class InterfaceNotFoundException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/InterfaceNotFoundException.php \Prophecy\Exception\Doubler\InterfaceNotFoundException

Hierarchy

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\Doubler
View source
class InterfaceNotFoundException extends ClassNotFoundException {
  public function getInterfaceName() {
    return $this
      ->getClassname();
  }

}

Members