Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

MapperExceptionInterface.php

Namespace

Drupal\Component\Plugin\Exception

File

core/lib/Drupal/Component/Plugin/Exception/MapperExceptionInterface.php

View source
<?php

namespace Drupal\Component\Plugin\Exception;


/**
 * Base exception interface for grouping mapper exceptions.
 *
 * Extended interface for exceptions thrown specifically by the Mapper subsystem
 * within the Plugin component.
 */
interface MapperExceptionInterface extends ExceptionInterface {

}

Interfaces

Title Deprecated Summary
MapperExceptionInterface Base exception interface for grouping mapper exceptions.
RSS feed
Powered by Drupal