ConnectionNotDefinedException.php 183 B

12345678
  1. <?php
  2. namespace Drupal\Core\Database;
  3. /**
  4. * Exception thrown if an undefined database connection is requested.
  5. */
  6. class ConnectionNotDefinedException extends \RuntimeException {}