ExceptionInterface.php

Definition of Drupal\Component\Plugin\Exception\ExceptionInterface.

Namespace

Drupal\Component\Plugin\Exception

File

drupal/core/lib/Drupal/Component/Plugin/Exception/ExceptionInterface.php
View source
<?php

/**
 * @file
 * Definition of 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.