interface 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

drupal/core/lib/Drupal/Component/Plugin/Exception/MapperExceptionInterface.php, line 13
Base exception interface for grouping mapper exceptions.

Namespace

Drupal\Component\Plugin\Exception
View source
interface MapperExceptionInterface extends ExceptionInterface {

}

Members