DatabaseNotFoundException.php 194 B

12345678
  1. <?php
  2. namespace Drupal\Core\Database;
  3. /**
  4. * Exception thrown if specified database is not found.
  5. */
  6. class DatabaseNotFoundException extends \RuntimeException implements DatabaseException {}