ExceptionInterface.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\Component\Plugin\ExceptionFile
core/lib/Drupal/Component/Plugin/Exception/ExceptionInterface.phpView source
<?php
namespace Drupal\Component\Plugin\Exception;
/**
* Exception interface for all exceptions thrown by the Plugin component.
*/
interface ExceptionInterface {
}
Interfaces
Name | Description |
---|---|
ExceptionInterface | Exception interface for all exceptions thrown by the Plugin component. |