Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

DatabaseNotFoundException.php

Namespace

Drupal\Core\Database

File

core/lib/Drupal/Core/Database/DatabaseNotFoundException.php

View source
<?php

namespace Drupal\Core\Database;


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

}

Classes

Title Deprecated Summary
DatabaseNotFoundException Exception thrown if specified database is not found.
RSS feed
Powered by Drupal