<?php

namespace Drupal\Core\Database;

/**
 * Exception thrown if specified database is not found.
 */
class DatabaseNotFoundException extends \RuntimeException implements DatabaseException {}
