MapperExceptionInterface.php
Same filename and directory in other branches
- 11.x core/lib/Drupal/Component/Plugin/Exception/MapperExceptionInterface.php
- 10 core/lib/Drupal/Component/Plugin/Exception/MapperExceptionInterface.php
- 9 core/lib/Drupal/Component/Plugin/Exception/MapperExceptionInterface.php
- 8.9.x core/lib/Drupal/Component/Plugin/Exception/MapperExceptionInterface.php
Namespace
Drupal\Component\Plugin\ExceptionFile
-
core/
lib/ Drupal/ Component/ Plugin/ Exception/ MapperExceptionInterface.php
View 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
| Title | Deprecated | Summary |
|---|---|---|
| MapperExceptionInterface | Base exception interface for grouping mapper exceptions. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.