Failed Conditions
Push — master ( f973a6...f1f6aa )
by Ryan
08:12
created

ConnectError

Complexity

Total Complexity 0

Size/Duplication

Total Lines 2
Duplicated Lines 0 %

Test Coverage

Coverage 100%

Importance

Changes 1
Bugs 0 Features 1
Metric Value
eloc 1
c 1
b 0
f 1
dl 0
loc 2
ccs 1
cts 1
cp 1
wmc 0
1
<?php
2
3
namespace Godsgood33\Php_Db\Exceptions;
4
5
use Exception;
6
7
/**
8
 * Exception class for missing parameters
9
 *
10
 * @author Ryan Prather <[email protected]>
11
 */
12
final class ConnectError extends Exception
13
{}