MapperExceptionInterface.php in Plug 7
Contains \Drupal\Component\Plugin\Exception\MapperExceptionInterface.
Base exception interface for grouping mapper exceptions.
Namespace
Drupal\Component\Plugin\ExceptionFile
lib/Drupal/Component/Plugin/Exception/MapperExceptionInterface.phpView source
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Exception\MapperExceptionInterface.
*
* Base exception interface for grouping mapper exceptions.
*/
namespace Drupal\Component\Plugin\Exception;
/**
* Extended interface for exceptions thrown specifically by the Mapper subsystem
* within the Plugin component.
*/
interface MapperExceptionInterface extends ExceptionInterface {
}
Interfaces
Name | Description |
---|---|
MapperExceptionInterface | Extended interface for exceptions thrown specifically by the Mapper subsystem within the Plugin component. |