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

Breadcrumb

  1. Drupal Core 11.1.x

DatabaseConnectionRefusedException.php

Namespace

Drupal\Core\Database

File

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

View source
<?php

namespace Drupal\Core\Database;


/**
 * Exception thrown if server refuses connection.
 */
class DatabaseConnectionRefusedException extends \RuntimeException implements DatabaseException {

}

Classes

Title Deprecated Summary
DatabaseConnectionRefusedException Exception thrown if server refuses connection.
RSS feed
Powered by Drupal