Completed
Pull Request — master (#69)
by Pieter
02:08
created

BootstrapException::__construct()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 3
Code Lines 2

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 1 Features 0
Metric Value
dl 0
loc 3
rs 10
c 1
b 1
f 0
cc 1
eloc 2
nc 1
nop 3
1
<?php
2
3
/**
4
 * @file
5
 * Contains \Drupal\Driver\Exception\BootstrapException.
6
 */
7
8
namespace Drupal\Driver\Exception;
9
10
/**
11
 * Bootstrap exception.
12
 */
13
class BootstrapException extends CoreException {
14
}
15