InvalidDeriverException.php 189 B

12345678
  1. <?php
  2. namespace Drupal\Component\Plugin\Exception;
  3. /**
  4. * Exception to be thrown if a plugin tries to use an invalid deriver.
  5. */
  6. class InvalidDeriverException extends PluginException {}