You are here

MapperExceptionInterface.php in Zircon Profile 8

Contains \Drupal\Component\Plugin\Exception\MapperExceptionInterface.

Base exception interface for grouping mapper exceptions.

File

core/lib/Drupal/Component/Plugin/Exception/MapperExceptionInterface.php
View 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

Namesort descending Description
MapperExceptionInterface Extended interface for exceptions thrown specifically by the Mapper subsystem within the Plugin component.