<?php

namespace Drupal\Component\Plugin\Exception;

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