DatabaseConnectionRefusedException.php

Same filename and directory in other branches
  1. 10 core/lib/Drupal/Core/Database/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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.