MapperExceptionInterface.php

Base exception interface for grouping mapper exceptions.

Namespace

Drupal\Component\Plugin\Exception

File

drupal/core/lib/Drupal/Component/Plugin/Exception/MapperExceptionInterface.php
View source
<?php

/**
 * @file
 * 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.