Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
Total | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
ConnectionNotDefinedException | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
0 | |
100.00% |
0 / 0 |
<?php | |
/** | |
* @file | |
* Contains \Drupal\Core\Database\ConnectionNotDefinedException. | |
*/ | |
namespace Drupal\Core\Database; | |
/** | |
* Exception thrown if an undefined database connection is requested. | |
*/ | |
class ConnectionNotDefinedException extends \RuntimeException {} |