Upgraded drupal core with security updates
[yaffs-website] / web / core / lib / Drupal / Core / Database / DriverNotSpecifiedException.php
1 <?php
2
3 namespace Drupal\Core\Database;
4
5 /**
6  * Exception thrown if no driver is specified for a database connection.
7  */
8 class DriverNotSpecifiedException extends \RuntimeException {}