interface ExceptionInterface in Service Container 7
Same name in this branch
- 7 lib/Drupal/Component/Plugin/Exception/ExceptionInterface.php \Drupal\Component\Plugin\Exception\ExceptionInterface
- 7 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Exception/ExceptionInterface.php \Symfony\Component\DependencyInjection\Exception\ExceptionInterface
- 7 modules/providers/service_container_symfony/lib/Symfony/Component/Yaml/Exception/ExceptionInterface.php \Symfony\Component\Yaml\Exception\ExceptionInterface
Same name and namespace in other branches
- 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/Yaml/Exception/ExceptionInterface.php \Symfony\Component\Yaml\Exception\ExceptionInterface
Exception interface for all exceptions thrown by the component.
@author Fabien Potencier <fabien@symfony.com>
@api
Hierarchy
- interface \Symfony\Component\Yaml\Exception\ExceptionInterface
Expanded class hierarchy of ExceptionInterface
All classes that implement ExceptionInterface
File
- modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ Yaml/ Exception/ ExceptionInterface.php, line 21
Namespace
Symfony\Component\Yaml\ExceptionView source
interface ExceptionInterface {
}