You are here

InvalidDeriverException.php in Drupal 10

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

Namesort descending Description
InvalidDeriverException Exception to be thrown if a plugin tries to use an invalid deriver.