InvalidDeriverException.php

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

Namespace

Drupal\Component\Plugin\Exception

File

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

View source
<?php

namespace Drupal\Component\Plugin\Exception;


/**
 * Exception to be thrown if a plugin tries to use an invalid deriver.
 */
class InvalidDeriverException extends PluginException {

}

Classes

Title Deprecated Summary
InvalidDeriverException Exception to be thrown if a plugin tries to use an invalid deriver.

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