<?php

namespace Drupal\Core\Database;

/**
 * Exception thrown if no driver is specified for a database connection.
 */
class DriverNotSpecifiedException extends \RuntimeException {}
