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

Breadcrumb

  1. Drupal Core 11.1.x

DatabaseAccessDeniedException.php

Namespace

Drupal\Core\Database

File

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

View source
<?php

namespace Drupal\Core\Database;


/**
 * Exception thrown if access credentials fail.
 */
class DatabaseAccessDeniedException extends \RuntimeException implements DatabaseException {

}

Classes

Title Deprecated Summary
DatabaseAccessDeniedException Exception thrown if access credentials fail.
RSS feed
Powered by Drupal