DriverNotSpecifiedException.php 184 B

12345678
  1. <?php
  2. namespace Drupal\Core\Database;
  3. /**
  4. * Exception thrown if no driver is specified for a database connection.
  5. */
  6. class DriverNotSpecifiedException extends \RuntimeException {}