interface MapperExceptionInterface in Plug 7
Extended interface for exceptions thrown specifically by the Mapper subsystem within the Plugin component.
Hierarchy
- interface \Drupal\Component\Plugin\Exception\ExceptionInterface
- interface \Drupal\Component\Plugin\Exception\MapperExceptionInterface
Expanded class hierarchy of MapperExceptionInterface
All classes that implement MapperExceptionInterface
File
- lib/
Drupal/ Component/ Plugin/ Exception/ MapperExceptionInterface.php, line 15 - Contains \Drupal\Component\Plugin\Exception\MapperExceptionInterface.
Namespace
Drupal\Component\Plugin\ExceptionView source
interface MapperExceptionInterface extends ExceptionInterface {
}