ExceptionInterface.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Component/Plugin/Exception/ExceptionInterface.php
  2. 10 core/lib/Drupal/Component/Plugin/Exception/ExceptionInterface.php
  3. 11.x core/lib/Drupal/Component/Plugin/Exception/ExceptionInterface.php

Namespace

Drupal\Component\Plugin\Exception

File

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

View source
<?php

namespace Drupal\Component\Plugin\Exception;


/**
 * Exception interface for all exceptions thrown by the Plugin component.
 */
interface ExceptionInterface {

}

Interfaces

Title Deprecated Summary
ExceptionInterface Exception interface for all exceptions thrown by the Plugin component.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.