Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / lib / Drupal / Core / Database / DatabaseNotFoundException.php
1 <?php
2
3 namespace Drupal\Core\Database;
4
5 /**
6  * Exception thrown if specified database is not found.
7  */
8 class DatabaseNotFoundException extends \RuntimeException implements DatabaseException {}