Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
| DatabaseExceptionWrapper | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
0 | |
100.00% |
0 / 0 |
| <?php | |
| /** | |
| * @file | |
| * Contains \Drupal\Core\Database\DatabaseExceptionWrapper. | |
| */ | |
| namespace Drupal\Core\Database; | |
| /** | |
| * This wrapper class serves only to provide additional debug information. | |
| * | |
| * This class will always wrap a PDOException. | |
| */ | |
| class DatabaseExceptionWrapper extends \RuntimeException implements DatabaseException { | |
| } |