You are here

interface ExceptionInterface in Service Container 7.2

Same name in this branch
  1. 7.2 lib/Drupal/Component/Plugin/Exception/ExceptionInterface.php \Drupal\Component\Plugin\Exception\ExceptionInterface
  2. 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Exception/ExceptionInterface.php \Symfony\Component\DependencyInjection\Exception\ExceptionInterface
  3. 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/Yaml/Exception/ExceptionInterface.php \Symfony\Component\Yaml\Exception\ExceptionInterface
Same name and namespace in other branches
  1. 7 lib/Drupal/Component/Plugin/Exception/ExceptionInterface.php \Drupal\Component\Plugin\Exception\ExceptionInterface

Exception interface for all exceptions thrown by the Plugin component.

Hierarchy

Expanded class hierarchy of ExceptionInterface

All classes that implement ExceptionInterface

File

lib/Drupal/Component/Plugin/Exception/ExceptionInterface.php, line 12
Contains \Drupal\Component\Plugin\Exception\ExceptionInterface.

Namespace

Drupal\Component\Plugin\Exception
View source
interface ExceptionInterface {

}

Members