You are here

InvalidDeriverException.php in Zircon Profile 8

File

core/lib/Drupal/Component/Plugin/Exception/InvalidDeriverException.php
View source
<?php

/**
 * @file
 * Contains \Drupal\Component\Plugin\Exception\InvalidDeriverException.
 */
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.