interface ExceptionInterface in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/process/Exception/ExceptionInterface.php \Symfony\Component\Process\Exception\ExceptionInterface
- 8 vendor/symfony/css-selector/Exception/ExceptionInterface.php \Symfony\Component\CssSelector\Exception\ExceptionInterface
- 8 vendor/symfony/routing/Exception/ExceptionInterface.php \Symfony\Component\Routing\Exception\ExceptionInterface
- 8 vendor/symfony/translation/Exception/ExceptionInterface.php \Symfony\Component\Translation\Exception\ExceptionInterface
- 8 vendor/symfony/validator/Exception/ExceptionInterface.php \Symfony\Component\Validator\Exception\ExceptionInterface
- 8 vendor/symfony/dependency-injection/Exception/ExceptionInterface.php \Symfony\Component\DependencyInjection\Exception\ExceptionInterface
- 8 vendor/symfony/yaml/Exception/ExceptionInterface.php \Symfony\Component\Yaml\Exception\ExceptionInterface
- 8 vendor/symfony/serializer/Exception/ExceptionInterface.php \Symfony\Component\Serializer\Exception\ExceptionInterface
- 8 vendor/zendframework/zend-diactoros/src/Exception/ExceptionInterface.php \Zend\Diactoros\Exception\ExceptionInterface
- 8 vendor/zendframework/zend-feed/src/Exception/ExceptionInterface.php \Zend\Feed\Exception\ExceptionInterface
- 8 vendor/zendframework/zend-escaper/src/Exception/ExceptionInterface.php \Zend\Escaper\Exception\ExceptionInterface
- 8 vendor/zendframework/zend-stdlib/src/Exception/ExceptionInterface.php \Zend\Stdlib\Exception\ExceptionInterface
- 8 vendor/zendframework/zend-hydrator/src/Exception/ExceptionInterface.php \Zend\Hydrator\Exception\ExceptionInterface
- 8 vendor/zendframework/zend-feed/src/PubSubHubbub/Exception/ExceptionInterface.php \Zend\Feed\PubSubHubbub\Exception\ExceptionInterface
- 8 vendor/zendframework/zend-feed/src/Reader/Exception/ExceptionInterface.php \Zend\Feed\Reader\Exception\ExceptionInterface
- 8 vendor/zendframework/zend-feed/src/Writer/Exception/ExceptionInterface.php \Zend\Feed\Writer\Exception\ExceptionInterface
- 8 vendor/zendframework/zend-hydrator/src/Strategy/Exception/ExceptionInterface.php \Zend\Hydrator\Strategy\Exception\ExceptionInterface
- 8 core/lib/Drupal/Component/Plugin/Exception/ExceptionInterface.php \Drupal\Component\Plugin\Exception\ExceptionInterface
- 8 vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/Exception/ExceptionInterface.php \Zend\Stdlib\Hydrator\Strategy\Exception\ExceptionInterface
- 8 vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php \Doctrine\Instantiator\Exception\ExceptionInterface
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Component/Plugin/Exception/ExceptionInterface.php \Drupal\Component\Plugin\Exception\ExceptionInterface
Exception interface for all exceptions thrown by the Plugin component.
Hierarchy
- interface \Drupal\Component\Plugin\Exception\ExceptionInterface
Expanded class hierarchy of ExceptionInterface
All classes that implement ExceptionInterface
2 files declare their use of ExceptionInterface
- ExecutableException.php in core/
lib/ Drupal/ Core/ Executable/ ExecutableException.php - Contains \Drupal\Core\Executable\ExecutableException.
- FactoryTest.php in core/
modules/ system/ src/ Tests/ Plugin/ FactoryTest.php - Contains \Drupal\system\Tests\Plugin\FactoryTest.
File
- core/
lib/ Drupal/ Component/ Plugin/ Exception/ ExceptionInterface.php, line 12 - Contains \Drupal\Component\Plugin\Exception\ExceptionInterface.
Namespace
Drupal\Component\Plugin\ExceptionView source
interface ExceptionInterface {
}