You are here

interface MapperExceptionInterface in Service Container 7.2

Same name and namespace in other branches
  1. 7 lib/Drupal/Component/Plugin/Exception/MapperExceptionInterface.php \Drupal\Component\Plugin\Exception\MapperExceptionInterface

Extended interface for exceptions thrown specifically by the Mapper subsystem within the Plugin component.

Hierarchy

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\Exception
View source
interface MapperExceptionInterface extends ExceptionInterface {

}

Members