Completed
Push — master ( a173a0...69eb71 )
by Michal
07:38
created

DirNotFoundException

Complexity

Total Complexity 0

Size/Duplication

Total Lines 4
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 1

Test Coverage

Coverage 100%

Importance

Changes 1
Bugs 0 Features 0
Metric Value
wmc 0
c 1
b 0
f 0
lcom 0
cbo 1
dl 0
loc 4
ccs 1
cts 1
cp 1
1
<?php
2
3
namespace Webrouse\AssetMacro\Exceptions;
4
5
6 1
class DirNotFoundException extends FileNotFoundException
7
{
8
9
}
10