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

Breadcrumb

  1. Drupal Core 11.1.x

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.
RSS feed
Powered by Drupal