You are here

MapperExceptionInterface.php in Service Container 7.2

Same filename and directory in other branches
  1. 7 lib/Drupal/Component/Plugin/Exception/MapperExceptionInterface.php

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

Base exception interface for grouping mapper exceptions.

File

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.