interface ExceptionInterface

Exception interface for all exceptions thrown by the Plugin component.

Hierarchy

Expanded class hierarchy of ExceptionInterface

All classes that implement ExceptionInterface

3 files declare their use of ExceptionInterface
AlterDecoratorTest.php in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/AlterDecoratorTest.php
Definition of Drupal\system\Tests\Plugin\AlterDecoratorTest.
FactoryTest.php in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/FactoryTest.php
Definition of Drupal\system\Tests\Plugin\FactoryTest.
InvalidDecoratedMethod.php in drupal/core/lib/Drupal/Component/Plugin/Exception/InvalidDecoratedMethod.php
Definition of Drupal\Core\Plugin\Exception\InvalidDecoratedMethod.

File

drupal/core/lib/Drupal/Component/Plugin/Exception/ExceptionInterface.php, line 12
Definition of Drupal\Component\Plugin\Exception\ExceptionInterface.

Namespace

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

}

Members