You are here

class InvalidDeriverException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Component/Plugin/Exception/InvalidDeriverException.php \Drupal\Component\Plugin\Exception\InvalidDeriverException

Exception to be thrown if a plugin tries to use an invalid deriver.

Hierarchy

Expanded class hierarchy of InvalidDeriverException

1 file declares its use of InvalidDeriverException
DerivativeDiscoveryDecorator.php in core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php
Contains \Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator.

File

core/lib/Drupal/Component/Plugin/Exception/InvalidDeriverException.php, line 12
Contains \Drupal\Component\Plugin\Exception\InvalidDeriverException.

Namespace

Drupal\Component\Plugin\Exception
View source
class InvalidDeriverException extends PluginException {

}

Members