Issue #1924278 by marcingy, chx, dawehner: Fixed Fatal error: Class 'Drupal\Core\Database\DatabaseNotFoundException' not found.

8.0.x
webchick 2013-03-08 21:28:34 -08:00
parent 83c8d9faf3
commit b8e754aa94
1 changed files with 12 additions and 0 deletions

View File

@ -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 {}