MapperExceptionInterface.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\Component\Plugin\ExceptionFile
core/lib/Drupal/Component/Plugin/Exception/MapperExceptionInterface.phpView source
<?php
namespace Drupal\Component\Plugin\Exception;
/**
* Base exception interface for grouping mapper exceptions.
*
* Extended interface for exceptions thrown specifically by the Mapper subsystem
* within the Plugin component.
*/
interface MapperExceptionInterface extends ExceptionInterface {
}
Interfaces
Name | Description |
---|---|
MapperExceptionInterface | Base exception interface for grouping mapper exceptions. |