You are here

ExceptionInterface.php in Drupal 10

File

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

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.