You are here

ExceptionInterface.php in Service Container 7.2

File

lib/Drupal/Component/Plugin/Exception/ExceptionInterface.php
View 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

Namesort descending Description
ExceptionInterface Exception interface for all exceptions thrown by the Plugin component.