interface ExceptionInterface in Drupal 8
Same name and namespace in other branches
- 9 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 - FactoryTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ FactoryTest.php
File
- core/
lib/ Drupal/ Component/ Plugin/ Exception/ ExceptionInterface.php, line 8
Namespace
Drupal\Component\Plugin\ExceptionView source
interface ExceptionInterface {
}