Issue #1924278 by marcingy, chx, dawehner: Fixed Fatal error: Class 'Drupal\Core\Database\DatabaseNotFoundException' not found.
parent
83c8d9faf3
commit
b8e754aa94
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @file
|
||||||
|
* Contains Drupal\Core\Database\DatabaseNotFoundException.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Drupal\Core\Database;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Exception thrown if specified database is not found.
|
||||||
|
*/
|
||||||
|
class DatabaseNotFoundException extends \RuntimeException {}
|
Loading…
Reference in New Issue