ExceptionInterface.php in Plug 7
Same filename in this branch
Namespace
Drupal\Component\Plugin\ExceptionFile
lib/Drupal/Component/Plugin/Exception/ExceptionInterface.phpView source
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Exception\ExceptionInterface.
*/
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. |